From dfd61b3a39c8c790251dc4d5c723e12ae7d94765 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 19 Nov 2025 00:07:36 -0800 Subject: [PATCH] fixup! [plug()] rename `inherit_name` arg to `thru` and allow passing a string --- masque/pattern.py | 1 - 1 file changed, 1 deletion(-) diff --git a/masque/pattern.py b/masque/pattern.py index d801b5d..7c5f8c3 100644 --- a/masque/pattern.py +++ b/masque/pattern.py @@ -1318,7 +1318,6 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable): out_port_name = next(iter(set(other.ports.keys()) - set(map_in.values()))) map_out = {out_port_name: next(iter(map_in.keys()))} - self.check_ports(other.ports.keys(), map_in, map_out) translation, rotation, pivot = self.find_transform( other,