From 645983388fc925278854b03b2bdbf9f0a4810bc9 2021-01-29 23:53:30 From: Matthias Bussonnier Date: 2021-01-29 23:53:30 Subject: [PATCH] forgotten import --- 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