cosmetic changes
This commit is contained in:
parent
157df47884
commit
79990e3806
@ -77,7 +77,7 @@ class Label:
|
||||
|
||||
def __init__(self,
|
||||
string: str,
|
||||
offset: vector2=(0.0, 0.0),
|
||||
offset: vector2 = (0.0, 0.0),
|
||||
layer: layer_t = 0,
|
||||
locked: bool = False):
|
||||
self.unlock()
|
||||
|
@ -1,5 +1,5 @@
|
||||
"""
|
||||
Base object for containing a lithography mask.
|
||||
Base object representing a lithography mask.
|
||||
"""
|
||||
|
||||
from typing import List, Callable, Tuple, Dict, Union, Set, Sequence, Optional, Type
|
||||
|
Loading…
Reference in New Issue
Block a user