enable annotations=None by default
This commit is contained in:
parent
4aca8acd3d
commit
b6ee0d4929
4 changed files with 45 additions and 3 deletions
|
|
@ -103,7 +103,7 @@ class Ref(
|
|||
new._scale = scale
|
||||
new._mirrored = mirrored
|
||||
new._repetition = repetition
|
||||
new._annotations = annotations if annotations is not None else {}
|
||||
new._annotations = annotations
|
||||
return new
|
||||
|
||||
def __copy__(self) -> 'Ref':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue