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 committed Dec 23, 2024
1 parent fd0f578 commit bd184b4
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 bd184b4

Please sign in to comment.