Skip to content

Commit f60644c

Browse files
committed
utils
1 parent 61c95c2 commit f60644c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apswutils/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from functools import cache
99
import contextlib, datetime, decimal, inspect, itertools, json, os, pathlib, re, secrets, textwrap, binascii, uuid, logging
1010
import apsw, apsw.ext, apsw.bestpractice
11-
from fastcore.all import asdict
11+
from fastcore.utils import asdict
1212

1313
logger = logging.getLogger('apsw')
1414
logger.setLevel(logging.ERROR)

0 commit comments

Comments
 (0)