Skip to content

Commit 9b98151

Browse files
committed
bump
1 parent 85926d6 commit 9b98151

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

fastasyncpg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.10"
1+
__version__ = "0.0.11"

nbs/00_core.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@
268268
"metadata": {},
269269
"outputs": [],
270270
"source": [
271-
"from fastcore.test import expect_fail,test_eq"
271+
"from fastcore.test import expect_fail,test_eq\n",
272+
"from unittest.mock import patch as mock_patch"
272273
]
273274
},
274275
{
@@ -5579,7 +5580,6 @@
55795580
"async with db.acquire() as c: ConnType = type(c.conn)\n",
55805581
"orig = ConnType.transaction\n",
55815582
"calls = []\n",
5582-
"from unittest.mock import patch as mock_patch\n",
55835583
"\n",
55845584
"def boom(self, *a, **k):\n",
55855585
" calls.append(1)\n",

0 commit comments

Comments
 (0)