Skip to content

Commit

Permalink
ci: auto fixes from pre-commit.ci
Browse files Browse the repository at this point in the history
For more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent 86aaea9 commit 8780192
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/openllm/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

import typer

from openllm.common import (VENV_DIR, VERBOSE_LEVEL, BentoInfo, VenvSpec,
output, run_command)
from openllm.common import VENV_DIR, VERBOSE_LEVEL, BentoInfo, VenvSpec, output, run_command


@functools.lru_cache
Expand Down

0 comments on commit 8780192

Please sign in to comment.