Skip to content

Commit

Permalink
Add final newline
Browse files Browse the repository at this point in the history
  • Loading branch information
garlontas committed Jul 18, 2023
1 parent ad9c2cc commit a89c2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystreamapi/_streams/error/__sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def __ne__(self, other):
return not isinstance(other, Sentinel)

def __hash__(self):
return hash(Sentinel)
return hash(Sentinel)

0 comments on commit a89c2ac

Please sign in to comment.