Skip to content

Commit 941a5f4

Browse files
committed
Actually run black with the new line length
1 parent 776fc38 commit 941a5f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prototype_template/template_module/template_class.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ class TemplateClass:
88

99
def __init__(
1010
self,
11-
some_parameter: Union[
12-
int, float, str, bool, List[Union[int, float, str, bool]]
13-
],
11+
some_parameter: Union[int, float, str, bool, List[Union[int, float, str, bool]]],
1412
optional_parameter: Optional[
1513
Union[int, float, str, bool, List[Union[int, float, str, bool]]]
1614
] = None,

0 commit comments

Comments
 (0)