Skip to content

Commit

Permalink
bump black
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Jan 26, 2024
1 parent d61d887 commit f9ecf6d
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2021-11-23 12:06:37.699867
"""

from alembic import op
import sqlalchemy as sa
from sqlalchemy import func
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2021-06-01 11:02:56.834432
"""

from alembic import op
from shutil import copyfileobj

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2021-06-01 11:02:56.834432
"""

from alembic import op
from shutil import copyfileobj

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-11-23 12:17:22.518074
"""

from alembic import op
import sqlalchemy as sa

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2021-06-01 11:02:56.834432
"""

from alembic import op
from shutil import copyfileobj

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-11-30 14:48:23.458154
"""

from alembic import op
import sqlalchemy as sa

Expand Down
1 change: 1 addition & 0 deletions src/ref_geo/migrations/versions/6afe74833ed0_ref_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2021-09-27 18:07:43.582936
"""

import importlib

from alembic import op, context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2021-06-01 11:02:56.834432
"""

from alembic import op
from shutil import copyfileobj

Expand Down
1 change: 1 addition & 0 deletions src/ref_geo/migrations/versions/bc2fcc772b46_geom_4326.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2023-11-28 17:34:39.273235
"""

from alembic import op
import sqlalchemy as sa
from geoalchemy2 import Geometry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2022-05-02 10:45:54.662631
"""

from alembic import op
import sqlalchemy as sa

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2021-11-23 12:06:37.699867
"""

from alembic import op
import sqlalchemy as sa
from shutil import copyfileobj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2023-07-27 12:13:01.748452
"""

import importlib

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-09-15 09:26:08.125615
"""

from alembic import op
import sqlalchemy as sa

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2021-06-01 11:02:56.834432
"""

from alembic import op
from shutil import copyfileobj

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2023-05-24 17:42:23.959298
"""

from alembic import op
import sqlalchemy as sa

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2022-02-25 12:342:56.78
"""

import importlib

from alembic import op, context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2023-02-28 13:25:40.908589
"""

from alembic import op
from utils_flask_sqla.migrations.utils import logger

Expand Down
1 change: 1 addition & 0 deletions src/ref_geo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
methodes pour ref_geo
- recupération du srid local
"""

from sqlalchemy import text


Expand Down

0 comments on commit f9ecf6d

Please sign in to comment.