Skip to content

Commit

Permalink
Remove default options of render_stickers
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Feb 28, 2023
1 parent 9c43584 commit f32637c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LabelGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@ def render_stickers(
c: Canvas,
layout: PaperConfig,
values: ResistorList,
draw_outlines: bool = False,
draw_center_line: bool = True,
draw_both_sides: bool = False
draw_outlines: bool,
draw_center_line: bool,
draw_both_sides: bool
) -> None:
def flatten(elem: Union[Optional[float], List[Optional[float]]]) -> List[Optional[float]]:
if isinstance(elem, list):
Expand Down

0 comments on commit f32637c

Please sign in to comment.