Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl authored and andriacap committed Aug 31, 2023
1 parent 3f55591 commit 73c9d5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def upgrade():
op.create_table_comment(
"cor_module_type",
"Table d'association des types de sites potentiellement associés à un module",
schema=monitorings_schema
schema=monitorings_schema,
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ def upgrade():
)



def downgrade():
op.drop_table("bib_type_site", schema=monitorings_schema)
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def upgrade():
op.create_table_comment(
"cor_type_site",
"Table d'association entre les sites et les types de sites",
schema=monitorings_schema
schema=monitorings_schema,
)


Expand Down

0 comments on commit 73c9d5f

Please sign in to comment.