mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-14 22:38:42 +01:00
fix: use relative import to avoid import loop
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from pyDataInterface import DataService
|
from ..data_service.data_service import DataService
|
||||||
|
|
||||||
|
|
||||||
class NumberSlider(DataService):
|
class NumberSlider(DataService):
|
||||||
|
|||||||
Reference in New Issue
Block a user