Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 9, 2024
1 parent c6f7cc0 commit d3f1831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/litestar_vite/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def vite_init(
)
from rich.prompt import Confirm

from litestar_vite.commands import execute_command, init_vite
from litestar_vite import VitePlugin
from litestar_vite.commands import execute_command, init_vite

if callable(ctx.obj):
ctx.obj = ctx.obj()
Expand Down

0 comments on commit d3f1831

Please sign in to comment.