Cosmetic changes to argument lists

This commit is contained in:
Jan Petykiewicz 2019-05-17 00:39:46 -07:00
commit 16c6bfc70a
9 changed files with 85 additions and 73 deletions

View file

@ -32,11 +32,11 @@ class SubPattern:
def __init__(self,
pattern: 'Pattern',
offset: vector2=(0.0, 0.0),
rotation: float=0.0,
mirrored: List[bool]=None,
dose: float=1.0,
scale: float=1.0):
offset: vector2 = (0.0, 0.0),
rotation: float = 0.0,
mirrored: List[bool] = None,
dose: float = 1.0,
scale: float = 1.0):
self.identifier = ()
self.pattern = pattern
self.offset = offset