np_codeocean 0.3.5__py3-none-any.whl → 0.3.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
np_codeocean/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
+ from np_codeocean.np_session_utils import *
1
2
  from np_codeocean.utils import *
2
- from np_codeocean.np_session_utils import *
@@ -1,3 +1,3 @@
1
1
  """
2
2
  Migrated from https://github.com/AllenInstitute/np-aind-metadata
3
- """
3
+ """
@@ -1,6 +1,4 @@
1
-
2
- """Models and controlled language for aind-data-schema devices names.
3
- """
1
+ """Models and controlled language for aind-data-schema devices names."""
4
2
 
5
3
  import typing
6
4