Skip to content

Commit 07cea19

Browse files
gwromejreback
authored andcommitted
Add type annotation to config_init (#26300)
1 parent ca1a36a commit 07cea19

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

mypy.ini

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ ignore_errors=True
1717
[mypy-pandas.core.computation.pytables]
1818
ignore_errors=True
1919

20-
[mypy-pandas.core.config_init]
21-
ignore_errors=True
22-
2320
[mypy-pandas.core.indexes.base]
2421
ignore_errors=True
2522

pandas/core/config_init.py

-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ def use_numexpr_cb(key):
277277
Valid values: False,True
278278
"""
279279

280-
style_backup = dict()
281-
282280

283281
def table_schema_cb(key):
284282
from pandas.io.formats.printing import _enable_data_resource_formatter

0 commit comments

Comments
 (0)