Skip to content

Commit

Permalink
updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
mygene_hub committed Nov 9, 2023
1 parent b4bfadf commit bba8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/unii/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class UniiUploader(biothings.hub.dataload.uploader.BaseSourceUploader):
}

idconverter = None
storage_class = biothings.hub.dataload.storage.IgnoreDuplicatedStorage
storage_class = biothings.utils.storage.IgnoreDuplicatedStorage

def load_data(self, data_folder):
self.logger.info("Load data from directory: '%s'" % data_folder)
Expand Down

0 comments on commit bba8f83

Please sign in to comment.