Skip to content

Commit 61bd95c

Browse files
committed
try to invoke e501 fo rtesting on/off
1 parent a2aeef3 commit 61bd95c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

irods/access.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,14 @@ def __init__(self, access_name, path, user_name="", user_zone="", user_type=None
217217

218218
class ACLOperation(iRODSAccess):
219219
"""
220+
this is a really long line with a lot of words that are part of a really long line with a lot of words that are part of a really long line with a lot of words.
220221
Similar to its base class iRODSAccess, this class represents an ACL to be set on an object.
221222
but this class is the counterpart used for the atomic ACLs api. It differs from its base
222223
class in that it has no field to store a logical object path. (For an atomic API call, i
223224
here is always a single logical path to which all operations apply, meaning that it is
224225
appropriate to conveyed that in a location separate from the operations themselves.)
225-
"""
226-
# noqa: D400
226+
""" # noqa: D400
227+
227228
def __init__(self, access_name: str, user_name: str = "", user_zone: str = ""):
228229
super().__init__(
229230
access_name=access_name,

0 commit comments

Comments
 (0)