Skip to content

Commit

Permalink
refactor: Remove unused import of ImproperlyConfiguredException
Browse files Browse the repository at this point in the history
  • Loading branch information
cj authored and cofin committed Dec 29, 2024
1 parent 4ec87e4 commit aa94f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/py/litestar_vite/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from litestar.cli._utils import console
from litestar.contrib.jinja import JinjaTemplateEngine
from litestar.exceptions import ImproperlyConfiguredException
from litestar.plugins import CLIPlugin, InitPluginProtocol
from litestar.static_files import create_static_files_router # pyright: ignore[reportUnknownVariableType]

Expand Down

0 comments on commit aa94f9e

Please sign in to comment.