Skip to content

Commit a8d9085

Browse files
authored
Merge pull request #385 from ASFHyP3/alias-fix
Fix plus alias not working
2 parents ae282be + aad6979 commit a8d9085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyp3_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from importlib.metadata import version
44

55
from . import util
6-
from .hyp3 import PROD_API, TEST_API, HyP3
6+
from .hyp3 import PLUS_API, PLUS_TEST_API, PROD_API, TEST_API, HyP3
77
from .jobs import Batch, Job
88

99

0 commit comments

Comments
 (0)