Skip to content
Snippets Groups Projects
Commit da84946d authored by David Baker's avatar David Baker
Browse files

pep8

parent 63a7b3ad
No related branches found
No related tags found
No related merge requests found
...@@ -74,4 +74,3 @@ def run_upgrade(cur, database_engine, *args, **kwargs): ...@@ -74,4 +74,3 @@ def run_upgrade(cur, database_engine, *args, **kwargs):
cur.execute("DROP TABLE pushers") cur.execute("DROP TABLE pushers")
cur.execute("ALTER TABLE pushers2 RENAME TO pushers") cur.execute("ALTER TABLE pushers2 RENAME TO pushers")
logger.info("Moved %d pushers to new table", count) logger.info("Moved %d pushers to new table", count)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment