Skip to content

Commit

Permalink
Move a stray import
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 20, 2024
1 parent 5e7d368 commit 5f61931
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytato/transform/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from __future__ import annotations

from pytools import memoize_method


__copyright__ = """
Copyright (C) 2020 Matt Wala
Expand Down Expand Up @@ -50,6 +48,7 @@
from immutabledict import immutabledict

from pymbolic.mapper.optimize import optimize_mapper
from pytools import memoize_method

from pytato.array import (
AbstractResultWithNamedArrays,
Expand Down

0 comments on commit 5f61931

Please sign in to comment.