##// END OF EJS Templates
future annotation importing
Matthias Bussonnier -
Show More
@@ -15,6 +15,7 b' and stores the results.'
15
15
16 For more details, see the class docstrings below.
16 For more details, see the class docstrings below.
17 """
17 """
18 from __future__ import annotations
18
19
19 from warnings import warn
20 from warnings import warn
20
21
General Comments 0
You need to be logged in to leave comments. Login now