Skip to content

Commit

Permalink
another import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Jun 3, 2023
1 parent 517bdba commit 7dff88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def version(self):
class CamillaDspSpy:

def __init__(self, base_cfg: dict):
from camilladsp import CamillaDsp
from ezbeq.camilladsp import CamillaDsp
self.__listener: Optional[CamillaDsp] = None
self.__inited = threading.Event()
self.__inited.clear()
Expand Down

0 comments on commit 7dff88b

Please sign in to comment.