Skip to content

Commit

Permalink
reformat ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan King committed Jan 18, 2024
1 parent d413b78 commit bb86d4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/ci/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,7 @@ async def on_startup(app: web.Application):
app[AppKeys.DB] = Database()
await app[AppKeys.DB].async_init()

row = await app[AppKeys.DB].select_and_fetchone(
"""
row = await app[AppKeys.DB].select_and_fetchone("""
SELECT frozen_merge_deploy FROM globals;
""")

Expand Down

0 comments on commit bb86d4b

Please sign in to comment.