mirror of
https://github.com/aborelis/ASN-Label-Generator.git
synced 2026-03-14 16:43:27 +00:00
cleanp
This commit is contained in:
parent
26138614e3
commit
b3494b15f6
1 changed files with 3 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ def render(context: LabelContext, c: canvas.Canvas, width: float, height: float)
|
||||||
c.restoreState()
|
c.restoreState()
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=too-many-locals
|
|
||||||
|
|
||||||
def generate(
|
def generate(
|
||||||
filename=None,
|
filename=None,
|
||||||
|
|
@ -151,7 +151,8 @@ def generate(
|
||||||
highlight_bar_width: "hw" = 0, # type: ignore
|
highlight_bar_width: "hw" = 0, # type: ignore
|
||||||
highlight_bar_color: "hc" = "d9a4a6", # type: ignore
|
highlight_bar_color: "hc" = "d9a4a6", # type: ignore
|
||||||
prefix: "p" = "ASN", # type: ignore
|
prefix: "p" = "ASN", # type: ignore
|
||||||
):
|
): # pylint: disable=too-many-locals
|
||||||
|
# pylint: disable=unused-argument
|
||||||
"""ASN Label Generator
|
"""ASN Label Generator
|
||||||
|
|
||||||
:param filename: output filename of PDF file generated
|
:param filename: output filename of PDF file generated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue