Skip to content

Commit

Permalink
cunumeric: fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Yadav committed Feb 12, 2024
1 parent 91ea8d9 commit 8f87765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cunumeric/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

from cunumeric.coverage import is_implemented

from ._ufunc.comparison import maximum, minimum
from ._ufunc.comparison import maximum, minimum, not_equal
from ._ufunc.floating import floor, isnan
from ._ufunc.math import add, multiply, subtract
from ._unary_red_utils import get_non_nan_unary_red_code
Expand Down

0 comments on commit 8f87765

Please sign in to comment.