Skip to content

Commit b630cdb

Browse files
authored
Remove api.py (#33619)
1 parent c8db9b9 commit b630cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ combine_as_imports = True
119119
line_length = 88
120120
force_sort_within_sections = True
121121
skip_glob = env,
122-
skip = pandas/__init__.py,pandas/core/api.py
122+
skip = pandas/__init__.py
123123

124124
[mypy]
125125
ignore_missing_imports=True

0 commit comments

Comments
 (0)