Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Oct 3, 2024
1 parent 3179e29 commit 31766d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/chembl/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load_data(self, data_folder):
)
# for doc in load_data(target_filepaths):
# yield doc
return self.keylookup(load_data(target_filepaths))
return self.keylookup(load_data)(target_filepaths)

@classmethod
def get_mapping(klass):
Expand Down

0 comments on commit 31766d3

Please sign in to comment.