Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Максим committed Aug 15, 2024
1 parent 464db26 commit 6a16cc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sqladmin/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
)

import anyio
from sqlalchemy import Select, Boolean, select
from sqlalchemy import (
Select,
Boolean,
select,
)
from sqlalchemy import inspect as sqlalchemy_inspect
from sqlalchemy.orm import (
ColumnProperty,
Expand Down

0 comments on commit 6a16cc6

Please sign in to comment.