cosmetic changes

This commit is contained in:
Jan Petykiewicz 2020-05-11 19:10:00 -07:00
commit 79990e3806
2 changed files with 2 additions and 2 deletions

View file

@ -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()