mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
df74bdfacd
commit
312441c2f5
@ -1,5 +1,4 @@
|
||||
|
||||
import imp
|
||||
import json
|
||||
from test.support import EnvironmentVarGuard
|
||||
|
||||
@ -485,6 +484,7 @@ class TestSettings(TestCase):
|
||||
self.env.set(TEST_ENV_NAME, '321')
|
||||
self.assertEqual(config.get_setting(TEST_ENV_NAME, None), '321')
|
||||
|
||||
|
||||
class TestInstanceName(TestCase):
|
||||
"""
|
||||
Unit tests for instance name
|
||||
|
Loading…
Reference in New Issue
Block a user