Skip to content

Commit

Permalink
Ruff fix for #626
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 13, 2024
1 parent 7520671 commit bc96e1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions llm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)

from .migrations import migrate
from .plugins import pm
from .plugins import pm, load_plugins
from .utils import mimetype_from_path, mimetype_from_string
import base64
import httpx
Expand Down Expand Up @@ -1810,8 +1810,6 @@ def render_errors(errors):
return "\n".join(output)


from .plugins import load_plugins

load_plugins()

pm.hook.register_commands(cli=cli)
Expand Down

0 comments on commit bc96e1c

Please sign in to comment.