Skip to content

Commit 8f466e3

Browse files
committed
Abs imports.
1 parent 3839fcf commit 8f466e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mycli/packages/special/llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
LLM_CLI_COMMANDS = []
2424
MODELS = {}
2525

26-
from . import export
27-
from .main import parse_special_command
26+
from mycli.packages.special import export
27+
from mycli.packages.special.main import parse_special_command
2828

2929
log = logging.getLogger(__name__)
3030

0 commit comments

Comments
 (0)