Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed Jan 26, 2024
1 parent f214503 commit 82063ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
Empty file.
Empty file.
Empty file.
1 change: 0 additions & 1 deletion medchem/utils/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def get_data_path(filename: str, module: str = "medchem.data"):
path = p
else:
path = importlib_resources.files(module).joinpath(filename)

return str(path)


Expand Down

0 comments on commit 82063ac

Please sign in to comment.