File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,13 +303,14 @@ class _iRODSAccess_pre_4_3_0(_iRODSAccess_base):
303303
304304 def __init__ (self , * args , ** kwargs ):
305305 warnings .warn (
306- "_iRODSAccess_pre_4_3_0 is deprecated and will be removed in a future version. Use iRODSAccess instead." ,
306+ "_iRODSAccess_pre_4_3_0 is deprecated and will be removed in "
307+ "a future version. Use iRODSAccess instead." ,
307308 DeprecationWarning ,
308309 stacklevel = 2 ,
309310 )
310311 super ().__init__ (* args , ** kwargs )
311312
312- # ruff: noqa: RUF012 N801 off
313+ # ruff: noqa: RUF012 N801 SLF001 off
313314
314315_deprecated_names = {'_iRODSAccess_pre_4_3_0' : _deprecated ._iRODSAccess_pre_4_3_0 }
315316
Original file line number Diff line number Diff line change 1+ """
2+ The access manager is a collection of methods useful for managing iRODS ACLs.
3+ """
4+
15import logging
26from os .path import basename , dirname
37
You can’t perform that action at this time.
0 commit comments