Skip to content
Snippets Groups Projects
Commit 5d87238e authored by Dan Notestein's avatar Dan Notestein
Browse files

Add import for Db

parent fc824f05
No related branches found
No related tags found
Loading
......@@ -3,6 +3,7 @@
import logging
from time import perf_counter as perf
from urllib.request import urlopen, Request
from hive.db.adapter import Db
log = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment