Skip to content

Commit a08d729

Browse files
committed
Import is_integer from loopy.typing
1 parent c9720f7 commit a08d729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sumpy/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def map_power(self, expr, rec_self=None, *args):
466466

467467
# {{{ convert big integers into floats
468468

469-
from loopy.tools import is_integer
469+
from loopy.typing import is_integer
470470

471471

472472
class BigIntegerKiller(CSECachingIdentityMapper, CallExternalRecMapper):

0 commit comments

Comments
 (0)