We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c95c2 commit f60644cCopy full SHA for f60644c
apswutils/db.py
@@ -8,7 +8,7 @@
8
from functools import cache
9
import contextlib, datetime, decimal, inspect, itertools, json, os, pathlib, re, secrets, textwrap, binascii, uuid, logging
10
import apsw, apsw.ext, apsw.bestpractice
11
-from fastcore.all import asdict
+from fastcore.utils import asdict
12
13
logger = logging.getLogger('apsw')
14
logger.setLevel(logging.ERROR)
0 commit comments