[Ref] don't shadow ref property

This commit is contained in:
Jan Petykiewicz 2026-03-30 21:07:13 -07:00
commit 9adfcac437
2 changed files with 18 additions and 1 deletions

View file

@ -44,7 +44,7 @@ class Ref(
__slots__ = (
'_mirrored',
# inherited
'_offset', '_rotation', 'scale', '_repetition', '_annotations',
'_offset', '_rotation', '_scale', '_repetition', '_annotations',
)
_mirrored: bool