From 33529f5ed300b9e1cab657429fde0689c6d7b053 Mon Sep 17 00:00:00 2001 From: jan Date: Sat, 18 Nov 2023 12:28:51 -0800 Subject: [PATCH] pattern shouldn't have an offset --- masque/pattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/pattern.py b/masque/pattern.py index bb077be..0d98164 100644 --- a/masque/pattern.py +++ b/masque/pattern.py @@ -87,7 +87,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable): __slots__ = ( 'shapes', 'labels', 'refs', '_ports', # inherited - '_offset', '_annotations', + '_annotations', ) shapes: defaultdict[layer_t, list[Shape]]