Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqui committed Aug 15, 2024
1 parent 94d2a93 commit 06dced4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhinventory/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def hhprint_url(codes: str | list[str] | None = None) -> str:
if isinstance(codes, str):
codes = [codes]

label_printer: LabelPrinter | None
label_printer: LabelPrinter | None = None
if current_user.is_authenticated:
label_printer = current_user.label_printer

Expand Down

0 comments on commit 06dced4

Please sign in to comment.