Skip to content

Commit 76c56d8

Browse files
authored
Merge pull request #4 from cgmeyer/develop
updates
2 parents fa09f2e + 2bdfcc9 commit 76c56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration/migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
sys.path.insert(1, '/Users/christopher/Documents/GitHub/cgmeyer/gen3sdk-python/')
2424
from gen3.submission import Gen3Submission
2525
from gen3.auth import Gen3Auth
26-
from expansion import Gen3Expansion
26+
from expansion.expansion import Gen3Expansion
2727

2828
class Gen3Error(Exception):
2929
pass

0 commit comments

Comments
 (0)