2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

PEP fixes

This commit is contained in:
Oliver
2022-03-24 16:18:08 +11:00
parent f50dab22a6
commit efc6af5f4c
2 changed files with 4 additions and 4 deletions

View File

@ -131,11 +131,11 @@ class LabelPrintMixin:
rather than being exported to PDF.
In this case, we do the following:
- Individually generate each label, exporting as an image file
- Pass all the images through to the label printing plugin
- Return a JSON response indicating that the printing has been offloaded
"""
for output in outputs: