mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
PEP style fixes
This commit is contained in:
@ -45,6 +45,7 @@ def get_setting(environment_var, backup_val, default_value=None):
|
||||
|
||||
return default_value
|
||||
|
||||
|
||||
# Determine if we are running in "test" mode e.g. "manage.py test"
|
||||
TESTING = 'test' in sys.argv
|
||||
|
||||
|
@ -275,7 +275,7 @@ class TestSerialNumberExtraction(TestCase):
|
||||
class TestVersionNumber(TestCase):
|
||||
"""
|
||||
Unit tests for version number functions
|
||||
"""
|
||||
"""
|
||||
|
||||
def test_tuple(self):
|
||||
|
||||
|
Reference in New Issue
Block a user