Skip to content

Commit

Permalink
Improve imports
Browse files Browse the repository at this point in the history
  • Loading branch information
4lm committed Oct 28, 2022
1 parent 2948636 commit 6f62f9d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/projects/tests.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
import pytest
import json

import pytest
from django.test import TestCase
from django.urls import reverse
from django.conf import settings as django_settings
from django.test.client import RequestFactory
from projects.models import Project, Scenario, Viewer, Asset
from users.models import CustomUser
from django.core.exceptions import ValidationError

from django.urls import reverse
from projects.models import Project, Scenario, Asset
from projects.scenario_topology_helpers import (
load_scenario_from_dict,
load_project_from_dict,
)
from users.models import CustomUser


class BasicOperationsTest(TestCase):
Expand Down

0 comments on commit 6f62f9d

Please sign in to comment.