Update filehelp.py

This commit is contained in:
Sheridan Roberts 2024-10-28 11:40:25 -06:00 committed by GitHub
parent 0a89820aa4
commit 678c61d676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ class FileHelpEntry:
return f"<FileHelpEntry {self.key}>"
def __hash__(self):
return hash((self.key, self.help_category, self.lock_storage))
return hash(self.key)
@lazy_property
def locks(self):