Skip to content

Commit 09a71f2

Browse files
committed
remove a couple of FIXMEs
1 parent 6e5b85f commit 09a71f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytato/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ def is_materialized(expr: ArrayOrNames | FunctionDefinition) -> bool:
753753
or isinstance(
754754
expr,
755755
(
756-
# FIXME: Is there a nice way to generalize this?
757756
InputArgumentBase,
758757
DistributedRecv)))
759758

@@ -770,7 +769,6 @@ def has_taggable_materialization(expr: ArrayOrNames | FunctionDefinition) -> boo
770769
and not isinstance(
771770
expr,
772771
(
773-
# FIXME: Is there a nice way to generalize this?
774772
InputArgumentBase,
775773
DistributedRecv,
776774
NamedArray,

0 commit comments

Comments
 (0)