Skip to content

Commit e816a81

Browse files
committed
fix: Remove unused imports
1 parent b17e67f commit e816a81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/guidellm/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414
from guidellm.benchmark.entrypoints import benchmark_with_scenario
1515
from guidellm.benchmark.scenario import GenerativeTextScenario, get_builtin_scenarios
16-
from guidellm.config import print_config, settings
16+
from guidellm.config import print_config
1717
from guidellm.preprocess.dataset import ShortPromptStrategy, process_dataset
1818
from guidellm.scheduler import StrategyType
1919
from guidellm.utils import DefaultGroupHandler

tests/unit/test_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from click.testing import CliRunner
33

44
from guidellm.__main__ import cli
5-
from guidellm.config import settings
65

76

87
@pytest.mark.smoke

0 commit comments

Comments
 (0)