fixup! [plug()] rename inherit_name arg to thru and allow passing a string

This commit is contained in:
jan 2025-11-19 00:07:36 -08:00
parent 3a1a4b9126
commit dfd61b3a39

View File

@ -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,