We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae56e5 commit 0b6c6a1Copy full SHA for 0b6c6a1
1 file changed
irods/access.py
@@ -246,7 +246,6 @@ def __eq__(self, other):
246
247
def __hash__(self):
248
# Hash in a way consistent with an iRODSAccess having path "".
249
- # noqa: D105
250
return hash((
251
self.access_name,
252
"", # path
0 commit comments