Skip to content

Commit 9631ef1

Browse files
mustafab0github-actions[bot]
authored andcommitted
CI code cleanup
1 parent e3b91c9 commit 9631ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dimos/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import time
66
from typing import TYPE_CHECKING, cast
77

8+
import lazy_loader as lazy
89
from rich.console import Console
910

1011
from dimos.core.core import rpc
1112
from dimos.utils.logging_config import setup_logger
12-
import lazy_loader as lazy
1313

1414
if TYPE_CHECKING:
1515
# Avoid runtime import to prevent circular import; ruff's TC001 would otherwise move it.

0 commit comments

Comments
 (0)