lib.wiring: Remove superfluous method alias

This commit is contained in:
Nelson Gauthier 2023-09-27 10:37:31 -07:00 committed by Catherine
parent ec9da2d4d6
commit 8c56b2033f

View file

@ -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):