##// END OF EJS Templates
Some more optional typing to make mypy happy
Some more optional typing to make mypy happy

File last commit:

r25724:1c09c160
r25724:1c09c160
Show More
__init__.py
5 lines | 101 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__: List[str] = []