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

PEP fixes

This commit is contained in:
Oliver Walters
2022-05-08 22:53:49 +10:00
parent e78a5dc104
commit aed02f6f0f
4 changed files with 5 additions and 5 deletions
InvenTree

@@ -79,7 +79,7 @@ class LabelPrintMixin:
if config and config.active:
# Only return the plugin if it is enabled!
return plugin
# No matches found
return None