Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
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 Jan 13, 2023
1 parent da03830 commit 2fc2497
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/starlite_saqlalchemy/init_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ def example_handler() -> dict:
settings,
sqlalchemy_plugin,
)
from starlite_saqlalchemy.exceptions import HealthCheckConfigurationError, MissingDependencyError
from starlite_saqlalchemy.exceptions import (
HealthCheckConfigurationError,
MissingDependencyError,
)
from starlite_saqlalchemy.health import (
AbstractHealthCheck,
AppHealthCheck,
Expand Down

0 comments on commit 2fc2497

Please sign in to comment.