diff --git a/IPython/terminal/shortcuts.py b/IPython/terminal/shortcuts.py index f92babd..26e1883 100644 --- a/IPython/terminal/shortcuts.py +++ b/IPython/terminal/shortcuts.py @@ -9,6 +9,7 @@ Module to define and register Terminal IPython shortcuts with import warnings import signal import sys +import re from typing import Callable