Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Sep 29, 2023
1 parent 0d69c98 commit 018aa5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from django.core.management import call_command
from rest_framework.test import APITestCase

from signalo.core.views import PoleSerializer
from signalo.core.models import Azimuth, Pole, Sign
from signalo.core.views import PoleSerializer

logger = logging.getLogger(__name__)

Expand Down
6 changes: 4 additions & 2 deletions src/tests/test_edge_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
from rest_framework.test import APITestCase

from signalo.edge_cases.models import (
TestPermissionAllowAny, TestPermissionDefaultPermissionsSettings,
TestPermissionIsAdminUserModel)
TestPermissionAllowAny,
TestPermissionDefaultPermissionsSettings,
TestPermissionIsAdminUserModel,
)

# API urls
app_collections_url = "/oapif/collections"
Expand Down

0 comments on commit 018aa5e

Please sign in to comment.