Skip to content

Commit

Permalink
Drop annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 29, 2023
1 parent cfcf8a4 commit e933385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openff/toolkit/topology/molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -4144,11 +4144,12 @@ def to_file(self, file_path, file_format, toolkit_registry=GLOBAL_TOOLKIT_REGIST
else:
toolkit.to_file_obj(self, file_path, file_format)

# TODO: This should probably be a class method
def enumerate_tautomers(
self,
max_states=20,
toolkit_registry=GLOBAL_TOOLKIT_REGISTRY,
) -> List["Molecule"]:
):
"""
Enumerate the possible tautomers of the current molecule
Expand Down

0 comments on commit e933385

Please sign in to comment.