Skip to content

Commit 0b6c6a1

Browse files
committed
D105
1 parent 8ae56e5 commit 0b6c6a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

irods/access.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ def __eq__(self, other):
246246

247247
def __hash__(self):
248248
# Hash in a way consistent with an iRODSAccess having path "".
249-
# noqa: D105
250249
return hash((
251250
self.access_name,
252251
"", # path

0 commit comments

Comments
 (0)