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