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