Skip to content

Commit cfd02ff

Browse files
committed
corrections for the sake of an uptight ruff which now seems to laugh at any attempts to appease it.
1 parent f4b626e commit cfd02ff

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

irods/access.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def __init__(self, *args, **kwargs):
310310
)
311311
super().__init__(*args, **kwargs)
312312

313+
313314
# ruff: noqa: RUF012 N801 SLF001 off
314315

315316
_deprecated_names = {'_iRODSAccess_pre_4_3_0': _deprecated._iRODSAccess_pre_4_3_0}

irods/manager/access_manager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""
2-
The access manager is a collection of methods useful for managing iRODS ACLs.
3-
"""
1+
""" The access manager is a collection of methods useful for managing iRODS ACLs. """
42

53
import logging
64
from os.path import basename, dirname

0 commit comments

Comments
 (0)