mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 08:59:26 +01:00
chore: using absolute import path
This commit is contained in:
@@ -2,7 +2,7 @@ from typing import Any, Literal
|
||||
|
||||
from loguru import logger
|
||||
|
||||
from ..data_service.data_service import DataService
|
||||
from pydase.data_service.data_service import DataService
|
||||
|
||||
|
||||
class NumberSlider(DataService):
|
||||
|
||||
Reference in New Issue
Block a user