mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
fix: use relative import to avoid import loop
This commit is contained in:
parent
216f3cb008
commit
df8ea404ae
@ -1,4 +1,4 @@
|
|||||||
from pyDataInterface import DataService
|
from ..data_service.data_service import DataService
|
||||||
|
|
||||||
|
|
||||||
class NumberSlider(DataService):
|
class NumberSlider(DataService):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user