Skip to content

Commit 762ce87

Browse files
committed
Update README.md
Signed-off-by: Michal Szczepanski <michal@vane.pl>
1 parent 2a4d587 commit 762ce87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ with following template
2929
# -*- coding: utf-8 -*-
3030
import asyncpg
3131

32+
3233
async def up(config):
3334
conn: asyncpg.Connection = await asyncpg.connect(**config)
3435
pass
3536

37+
3638
async def down(config):
3739
conn: asyncpg.Connection = await asyncpg.connect(**config)
3840
pass

0 commit comments

Comments
 (0)