From 58c30f48d5b020c0c61a3fb5db134e11c75d55ce Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 30 Mar 2021 09:28:02 +1100 Subject: [PATCH] Remove extra whitespace --- 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 1f10d041c2..773368614a 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)