We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa09f2e + 2bdfcc9 commit 76c56d8Copy full SHA for 76c56d8
migration/migration.py
@@ -23,7 +23,7 @@
23
sys.path.insert(1, '/Users/christopher/Documents/GitHub/cgmeyer/gen3sdk-python/')
24
from gen3.submission import Gen3Submission
25
from gen3.auth import Gen3Auth
26
-from expansion import Gen3Expansion
+from expansion.expansion import Gen3Expansion
27
28
class Gen3Error(Exception):
29
pass
0 commit comments