mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
PEP fixes
This commit is contained in:
parent
58c30f48d5
commit
1a288168b7
@ -35,4 +35,4 @@ class TestForwardMigrations(MigratorTestCase):
|
|||||||
|
|
||||||
User = self.new_state.apps.get_model('auth', 'user')
|
User = self.new_state.apps.get_model('auth', 'user')
|
||||||
|
|
||||||
self.assertEqual(User.objects.count(), 2)
|
self.assertEqual(User.objects.count(), 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user