Skip to content

Commit

Permalink
Missing line from previous pr (#7027)
Browse files Browse the repository at this point in the history
missing line
  • Loading branch information
lhoestq authored Jul 4, 2024
1 parent e323361 commit cc6ac9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datasets/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,7 @@ def get_module(self) -> DatasetModule:
" repo on your local machine. Make sure you have read the code there to avoid malicious use, then"
" set the option `trust_remote_code=True` to remove this error."
)
_check_library_imports(name=self.name, local_imports=local_imports)
module_path, hash = _load_importable_file(
dynamic_modules_path=dynamic_modules_path,
module_namespace="datasets",
Expand Down

0 comments on commit cc6ac9e

Please sign in to comment.