mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
cabac6614c
commit
b107c54eb2
@ -38,7 +38,6 @@ class TestForwardMigrations(MigratorTestCase):
|
||||
with self.assertRaises(AttributeError):
|
||||
print(p.is_template)
|
||||
|
||||
|
||||
def test_models_exist(self):
|
||||
|
||||
Part = self.new_state.apps.get_model('part', 'part')
|
||||
|
Loading…
Reference in New Issue
Block a user