Skip to content
Snippets Groups Projects
Commit 52b590aa authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX add static

parent 0ab3e549
No related branches found
No related tags found
1 merge request!102MAINT: refactor _Messages class
Pipeline #38149 failed
......@@ -2580,6 +2580,7 @@ class Messages(list):
super().append(msg)
@staticmethod
def _hash(t, c):
return hash(str(t).lower() + (str(",") + str(c) if c is not None else ''))
# end remove
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment