Skip to content

Commit 0c736a7

Browse files
authored
Update inline_lifts.py
1 parent 2971e88 commit 0c736a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gt4py/next/iterator/transforms/inline_lifts.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ class Flag(enum.IntEnum):
140140
#: when we see that it is not required.
141141
INLINE_LIFTED_ARGS = 16
142142

143-
def predicate(self, _1, _2):
144-
return True
143+
predicate: Callable[[ir.Expr, bool], bool] = lambda _1, _2: True
145144

146145
flags: int = (
147146
Flag.PROPAGATE_SHIFT

0 commit comments

Comments
 (0)