Skip to content

Commit 8af5dc4

Browse files
committed
exclude io from inconsistent namespace check
1 parent ffa6e20 commit 8af5dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check_for_inconsistent_pandas_namespace.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
EXCLUDE = {
3232
"array", # `import array` and `pd.array` should both be allowed
3333
"eval", # built-in, different from `pd.eval`
34+
"io", # built-in, difference from `pd.io`
3435
"np", # pd.np is deprecated but still tested
3536
}
3637
Offset = Tuple[int, int]

0 commit comments

Comments
 (0)