Skip to content

Commit

Permalink
lint to black 24
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 26, 2024
1 parent 619b3ca commit 16fa1c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-09-17 08:00:57.784074
"""

import importlib.resources

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2022-05-02 14:00:09.987246
"""

from alembic import op
import sqlalchemy as sa

Expand Down
1 change: 1 addition & 0 deletions src/utils_flask_sqla/serializers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Serialize function for SQLAlchemy models
"""

from inspect import signature, getattr_static
from warnings import warn
from collections import defaultdict, ChainMap
Expand Down

0 comments on commit 16fa1c8

Please sign in to comment.