Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyao committed Nov 3, 2023
1 parent 29364f9 commit 41d3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/dbnsfp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .dbnsfp_upload import DBNSFPHG38Uploader, DBNSFPHG19Uploader
from .dbnsfp_upload import DBNSFPHG38UploaderV1, DBNSFPHG19UploaderV1, DBNSFPHG19UploaderV2, DBNSFPHG38UploaderV2
from .dbnsfp_dump import DBNSFPDumper

0 comments on commit 41d3d23

Please sign in to comment.