We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1a36a commit 07cea19Copy full SHA for 07cea19
mypy.ini
@@ -17,9 +17,6 @@ ignore_errors=True
17
[mypy-pandas.core.computation.pytables]
18
ignore_errors=True
19
20
-[mypy-pandas.core.config_init]
21
-ignore_errors=True
22
-
23
[mypy-pandas.core.indexes.base]
24
25
pandas/core/config_init.py
@@ -277,8 +277,6 @@ def use_numexpr_cb(key):
277
Valid values: False,True
278
"""
279
280
-style_backup = dict()
281
282
283
def table_schema_cb(key):
284
from pandas.io.formats.printing import _enable_data_resource_formatter
0 commit comments