diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index bb9044d..0a528c5 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -41,7 +41,7 @@ try: from pickleshare import PickleShareDB except ModuleNotFoundError: - class PickleShareDB: + class PickleShareDB: # type: ignore [no-redef] def __init__(self, path): pass