Skip to content

Commit cc38b95

Browse files
committed
import
1 parent 5c655a5 commit cc38b95

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

fastasyncpg/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'col_def', 'create_pool']
77

88
# %% ../nbs/00_core.ipynb #222d751e
9+
from fastcore.utils import *
910
import asyncpg
1011
from asyncpg import connection,protocol
1112

nbs/00_core.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
"outputs": [],
221221
"source": [
222222
"#| export\n",
223+
"from fastcore.utils import *\n",
223224
"import asyncpg\n",
224225
"from asyncpg import connection,protocol"
225226
]

0 commit comments

Comments
 (0)