Skip to content

Commit 7b5e9c8

Browse files
authored
CLN: Remove NameResolutionError (#32985)
1 parent d917b33 commit 7b5e9c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/computation/common.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@ def result_type_many(*arrays_and_dtypes):
2424
except ValueError:
2525
# we have > NPY_MAXARGS terms in our expression
2626
return reduce(np.result_type, arrays_and_dtypes)
27-
28-
29-
class NameResolutionError(NameError):
30-
pass

0 commit comments

Comments
 (0)