Skip to content

Commit a2aeef3

Browse files
committed
noqa D400
1 parent 18993a0 commit a2aeef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class in that it has no field to store a logical object path. (For an atomic AP
223223
here is always a single logical path to which all operations apply, meaning that it is
224224
appropriate to conveyed that in a location separate from the operations themselves.)
225225
"""
226-
226+
# noqa: D400
227227
def __init__(self, access_name: str, user_name: str = "", user_zone: str = ""):
228228
super().__init__(
229229
access_name=access_name,

0 commit comments

Comments
 (0)