We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bf7dc commit fbd8e48Copy full SHA for fbd8e48
1 file changed
irods/access.py
@@ -23,10 +23,6 @@
23
24
class _Access_LookupMeta(type):
25
26
- def __init__(self,*args,**kwargs):
27
- print (f"metaclass=_Access_LookupMeta used for defining class {args[0]!r}")
28
- super().__init__(*args,**kwargs)
29
-
30
@staticmethod
31
def _codes():
32
return collections.OrderedDict(
0 commit comments