Skip to content

Commit

Permalink
remove pass
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Sep 14, 2023
1 parent cec8534 commit 6cca58b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
def upgrade():
stmt = text(importlib.resources.read_text("ref_geo.migrations.data", "ref_geo_cor.sql"))
op.get_bind().execute(stmt)
pass


def downgrade():
Expand Down

0 comments on commit 6cca58b

Please sign in to comment.