Skip to content

Commit

Permalink
black reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 7, 2024
1 parent 58bc867 commit 06e708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
python_version = str(sys.version_info[0]) + str(sys.version_info[1])

torch_dir = torch.__path__[0]
rdkit_lib_index = rdkit.__path__[0].split("/").index("lib") # breaks on windows
rdkit_lib_index = rdkit.__path__[0].split("/").index("lib") # breaks on windows
rdkit_prefix = "/".join(rdkit.__path__[0].split("/")[:rdkit_lib_index])

system = platform.system()
Expand Down

0 comments on commit 06e708a

Please sign in to comment.