David Burke 2 years ago
parent
commit
37cc145825
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glitchtip/importer/tests.py

+ 1 - 1
glitchtip/importer/tests.py

@@ -2,8 +2,8 @@ import requests_mock
 from django.core.management import call_command
 
 from glitchtip.test_utils.test_case import GlitchTipTestCase
-from teams.models import Team
 from projects.models import Project
+from teams.models import Team
 
 from .importer import GlitchTipImporter