port translation is already handled in Pattern

This commit is contained in:
Jan Petykiewicz 2023-03-31 13:34:49 -07:00 committed by jan
commit cf634f1c16
2 changed files with 1 additions and 5 deletions

View file

@ -429,8 +429,6 @@ class Builder(PortList):
self
"""
self.pattern.translate_elements(offset)
for port in self.ports.values():
port.translate(offset)
return self
def rotate_around(self, pivot: ArrayLike, angle: float) -> Self: