Skip to content

Commit

Permalink
Update manager.py
Browse files Browse the repository at this point in the history
Prevents import error when `from biothings import config` on some edge cases
  • Loading branch information
zcqian committed Sep 9, 2021
1 parent 51a33bf commit 8fd18d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biothings/utils/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import dill as pickle
import psutil

import biothings.hub # noqa
from biothings import config
logger = config.logger

Expand Down

0 comments on commit 8fd18d1

Please sign in to comment.