mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-12 21:38:40 +01:00
removes basic configuration of logging system in task module
This commit is contained in:
@@ -11,7 +11,6 @@ import pydase.data_service.data_service
|
|||||||
from pydase.task.task_status import TaskStatus
|
from pydase.task.task_status import TaskStatus
|
||||||
from pydase.utils.helpers import current_event_loop_exists
|
from pydase.utils.helpers import current_event_loop_exists
|
||||||
|
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
R = TypeVar("R")
|
R = TypeVar("R")
|
||||||
|
|||||||
Reference in New Issue
Block a user