Skip to content

Commit

Permalink
fix bad import #24
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Feb 6, 2021
1 parent a7cce61 commit f7217e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezbeq/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def __init__(self, cfg: Config):
self.__supports_shelf = True
if not self.__channels:
raise ValueError('No channels supplied for HTP-1')
from htp1 import Htp1Client
from ezbeq.htp1 import Htp1Client
self.__client = Htp1Client(self.__ip, self)

def state(self) -> Optional[str]:
Expand Down

0 comments on commit f7217e7

Please sign in to comment.