Skip to content

Commit

Permalink
fix: move imports to avoid conflicting name
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed May 18, 2023
1 parent 0fd4fea commit e75c923
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions biothings/management/dataplugin_localhub.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# flake8: noqa: B008
import asyncio
import inspect
import os
import pathlib
from shutil import copytree
Expand Down Expand Up @@ -109,6 +107,9 @@ def dump_and_upload(
# False, "--parallelizer", help="Using parallelizer or not? Default: No"
# ),
):
import asyncio
import inspect

from biothings.hub.dataload.uploader import upload_worker
from biothings.utils.hub_db import get_data_plugin

Expand Down

0 comments on commit e75c923

Please sign in to comment.