[Ref] don't shadow ref property
This commit is contained in:
parent
26cc0290b9
commit
9adfcac437
2 changed files with 18 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class Ref(
|
|||
__slots__ = (
|
||||
'_mirrored',
|
||||
# inherited
|
||||
'_offset', '_rotation', 'scale', '_repetition', '_annotations',
|
||||
'_offset', '_rotation', '_scale', '_repetition', '_annotations',
|
||||
)
|
||||
|
||||
_mirrored: bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue