Skip to content
Snippets Groups Projects
Commit c203e5a2 authored by Matthias Diener's avatar Matthias Diener
Browse files

remove unnecessary import + statement

parent 30e9b180
No related branches found
No related tags found
No related merge requests found
......@@ -232,8 +232,6 @@ class PytatoArrayContext(ArrayContext):
A :class:`pyopencl.CommandQueue`.
"""
import pytato as pt
_array_type_ = pt.Array
def __init__(self, queue, allocator=None):
super().__init__()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment