##// END OF EJS Templates
forgotten import
Matthias Bussonnier -
Show More
@@ -1,5 +1,7 b''
1 """
1 """
2 This package contains all third-party modules bundled with IPython.
2 This package contains all third-party modules bundled with IPython.
3 """
3 """
4
4
5 from typing import List
6
5 __all__: List[str] = []
7 __all__: List[str] = []
General Comments 0
You need to be logged in to leave comments. Login now