Skip to content

Commit 7b229a2

Browse files
committed
Fix a mistake
1 parent 0458585 commit 7b229a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/f2py/symbolic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _pairs_add(d, k, v):
9999
del d[k]
100100

101101

102-
class ExprWarning(warnings.UserWarning):
102+
class ExprWarning(UserWarning):
103103
pass
104104

105105

0 commit comments

Comments
 (0)