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