Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ ignore_errors=True
[mypy-pandas.core.computation.pytables]
ignore_errors=True

[mypy-pandas.core.config_init]
ignore_errors=True

[mypy-pandas.core.indexes.base]
ignore_errors=True

Expand Down
2 changes: 0 additions & 2 deletions pandas/core/config_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ def use_numexpr_cb(key):
Valid values: False,True
"""

style_backup = dict()


def table_schema_cb(key):
from pandas.io.formats.printing import _enable_data_resource_formatter
Expand Down