##// END OF EJS Templates
Remove unused os import
Jessica B. Hamrick -
Show More
@@ -11,7 +11,6 b' helpers to build the structs in the right form.'
11
11
12 import pprint
12 import pprint
13 import uuid
13 import uuid
14 import os
15
14
16 from IPython.utils.ipstruct import Struct
15 from IPython.utils.ipstruct import Struct
17 from IPython.utils.py3compat import cast_unicode, unicode_type
16 from IPython.utils.py3compat import cast_unicode, unicode_type
General Comments 0
You need to be logged in to leave comments. Login now