Skip to content

Commit 5f61931

Browse files
committed
Move a stray import
1 parent 5e7d368 commit 5f61931

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytato/transform/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
from pytools import memoize_method
4-
53

64
__copyright__ = """
75
Copyright (C) 2020 Matt Wala
@@ -50,6 +48,7 @@
5048
from immutabledict import immutabledict
5149

5250
from pymbolic.mapper.optimize import optimize_mapper
51+
from pytools import memoize_method
5352

5453
from pytato.array import (
5554
AbstractResultWithNamedArrays,

0 commit comments

Comments
 (0)