Skip to content

Commit

Permalink
Remove accidental newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshanuikabundi authored and richardjgowers committed Aug 10, 2023
1 parent f653a85 commit fdcfe3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gufe/tokenization.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def __eq__(self, other):
def __hash__(self):
return hash(self.key)


def _gufe_tokenize(self):
"""Return a list of normalized inputs for `gufe.base.tokenize`.
Expand Down

0 comments on commit fdcfe3b

Please sign in to comment.