Skip to content

Commit 2a4d587

Browse files
committed
Update asyncpg_migrate with pep8 compatible template
Signed-off-by: Michal Szczepanski <michal@vane.pl>
1 parent 6c575a1 commit 2a4d587

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

asyncpg_migrate/asyncpg_migrate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
# -*- coding: utf-8 -*-
1414
import asyncpg
1515
16+
1617
async def up(config):
1718
conn: asyncpg.Connection = await asyncpg.connect(**config)
1819
pass
1920
21+
2022
async def down(config):
2123
conn: asyncpg.Connection = await asyncpg.connect(**config)
2224
pass

0 commit comments

Comments
 (0)