cosmetic changes

lethe/HEAD
Jan Petykiewicz 4 years ago
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…
Cancel
Save