Skip to content

Commit

Permalink
Rename API class HyP3 not Hyp3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Aug 25, 2020
1 parent 20b4a60 commit 71cd481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyp3_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .hyp3 import Hyp3, HYP3_PROD, HYP3_TEST
from .hyp3 import HyP3, HYP3_PROD, HYP3_TEST

__all__ = [
'Hyp3',
'HyP3',
'HYP3_PROD',
'HYP3_TEST',
]

0 comments on commit 71cd481

Please sign in to comment.