From c203e5a22de9e053df7703e159792992d8fc9260 Mon Sep 17 00:00:00 2001 From: Matthias Diener <mdiener@illinois.edu> Date: Fri, 11 Jun 2021 15:42:11 -0500 Subject: [PATCH] remove unnecessary import + statement --- arraycontext/impl/pytato.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/arraycontext/impl/pytato.py b/arraycontext/impl/pytato.py index 2466296..f914462 100644 --- a/arraycontext/impl/pytato.py +++ b/arraycontext/impl/pytato.py @@ -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__() -- GitLab