From c7f8f6ea61c24b03937a9d46f908a72828cd32b0 2020-05-18 23:22:10 From: Matthias Bussonnier Date: 2020-05-18 23:22:10 Subject: [PATCH] forgotten import --- diff --git a/IPython/external/__init__.py b/IPython/external/__init__.py index b38110f..eedc338 100644 --- a/IPython/external/__init__.py +++ b/IPython/external/__init__.py @@ -2,4 +2,6 @@ This package contains all third-party modules bundled with IPython. """ +from typing import List + __all__: List[str] = []