2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 20:20:58 +00:00

PEP fixes

This commit is contained in:
Oliver
2021-11-09 21:37:54 +11:00
parent 476d2545ad
commit 7dce9f3f3b
3 changed files with 1 additions and 3 deletions

View File

@ -436,7 +436,6 @@ class BaseInvenTreeSetting(models.Model):
return [opt[0] for opt in choices]
def is_bool(self):
"""
Check if this setting is required to be a boolean value