Skip to content

Commit

Permalink
Update Frozen Counter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Du authored Jun 14, 2017
1 parent 783f726 commit a2bea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frozen Counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

class FrozenCounter(Counter):
def __hash__(self):
return hash(frozenset(self.items())))
return hash(frozenset(self.items()))

0 comments on commit a2bea28

Please sign in to comment.