Skip to content

Commit

Permalink
change import to reflect biothings.api refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
zcqian committed Jul 19, 2021
1 parent 1fb8739 commit 34b6bea
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
Expand Up @@ -289,7 +289,7 @@
# any other variables in this file as required. Variables defined as ValueError() exceptions
# *must* be defined
#
from biothings import ConfigurationError, ConfigurationDefault, ConfigurationValue
from biothings.utils.configuration import ConfigurationError, ConfigurationDefault, ConfigurationValue

# Individual source database connection
DATA_SRC_SERVER = ConfigurationError("Define hostname for source database")
Expand Down

0 comments on commit 34b6bea

Please sign in to comment.