From 1a288168b7cb9573e3446901d761374b8fddca0e Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 30 Mar 2021 10:00:43 +1100 Subject: [PATCH] PEP fixes --- InvenTree/users/test_migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/users/test_migrations.py b/InvenTree/users/test_migrations.py index 773368614a..7e4c24b2dc 100644 --- a/InvenTree/users/test_migrations.py +++ b/InvenTree/users/test_migrations.py @@ -35,4 +35,4 @@ class TestForwardMigrations(MigratorTestCase): User = self.new_state.apps.get_model('auth', 'user') - self.assertEqual(User.objects.count(), 2) + self.assertEqual(User.objects.count(), 2)