Skip to content

Commit d11dfe7

Browse files
committed
chore: import fix
1 parent 54a61f8 commit d11dfe7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/llmling/cli/constants.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
from __future__ import annotations
22

33
import logging
4-
from typing import TYPE_CHECKING
54

5+
import click
6+
import click.shell_completion # noqa: TC002
67
import typer as t
78

89
from llmling.config.store import config_store
910
from llmling.core.log import setup_logging
1011

1112

12-
if TYPE_CHECKING:
13-
import click
14-
import click.shell_completion
15-
16-
1713
# Help texts
1814
CONFIG_HELP = "Path to config file or name of stored config"
1915
OUTPUT_FORMAT_HELP = "Output format. One of: text, json, yaml"

0 commit comments

Comments
 (0)