Skip to content

Commit cae9d64

Browse files
4lmBachibouzouk
authored andcommitted
Improve imports
1 parent ce48917 commit cae9d64

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

app/projects/tests.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
import pytest
21
import json
2+
3+
import pytest
34
from django.test import TestCase
4-
from django.urls import reverse
5-
from django.conf import settings as django_settings
65
from django.test.client import RequestFactory
7-
from projects.models import Project, Scenario, Viewer, Asset
8-
from users.models import CustomUser
9-
from django.core.exceptions import ValidationError
10-
6+
from django.urls import reverse
7+
from projects.models import Project, Scenario, Asset
118
from projects.scenario_topology_helpers import (
129
load_scenario_from_dict,
1310
load_project_from_dict,
1411
)
12+
from users.models import CustomUser
1513

1614

1715
class BasicOperationsTest(TestCase):

0 commit comments

Comments
 (0)