Skip to content

Commit

Permalink
fix import error for biothings 0.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Aug 12, 2021
1 parent afefe06 commit 27ae690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_hub.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ######### #
# HUB VARS #
# ######### #
from biothings import ConfigurationError, ConfigurationDefault, ConfigurationValue
from biothings.utils.configuration import ConfigurationError, ConfigurationDefault, ConfigurationValue
from biothings.utils.loggers import setup_default_log
import logging
import os
Expand Down

0 comments on commit 27ae690

Please sign in to comment.