Skip to content

Commit 1386929

Browse files
joaomariolagopatrickelectric
authored andcommitted
core:libs:commonwealth: fix isort logs.py
1 parent a43fc45 commit 1386929

File tree

1 file changed

+1
-1
lines changed
  • core/libs/commonwealth/src/commonwealth/utils

1 file changed

+1
-1
lines changed

core/libs/commonwealth/src/commonwealth/utils/logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from types import FrameType
55
from typing import TYPE_CHECKING, Callable, Optional, Union
66

7-
from commonwealth.utils.zenoh_helper import ZenohSession
87
import zenoh
8+
from commonwealth.utils.zenoh_helper import ZenohSession
99
from loguru import logger
1010

1111
if TYPE_CHECKING:

0 commit comments

Comments
 (0)