lib.wiring: Remove superfluous method alias
This commit is contained in:
parent
ec9da2d4d6
commit
8c56b2033f
|
@ -522,7 +522,6 @@ class FlippedSignature:
|
|||
frozen = Signature.frozen
|
||||
freeze = Signature.freeze
|
||||
is_compliant = Signature.is_compliant
|
||||
create = Signature.create
|
||||
|
||||
# FIXME: document this logic
|
||||
def __getattr__(self, name):
|
||||
|
|
Loading…
Reference in a new issue