Skip to content

Commit

Permalink
fixed style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cash committed Sep 22, 2023
1 parent ef49ebc commit 4ce7473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turkle/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from rest_framework.routers import APIRootView, DefaultRouter
from rest_framework_nested import routers

from .views import BatchViewSet, BatchCustomPermissionsViewSet, GroupViewSet,\
from .views import BatchViewSet, BatchCustomPermissionsViewSet, GroupViewSet, \
ProjectViewSet, ProjectCustomPermissionsViewSet, UserViewSet
from ..utils import get_site_name

Expand Down
2 changes: 1 addition & 1 deletion turkle/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from rest_framework.response import Response

from ..models import Batch, Project
from .serializers import BatchSerializer, BatchCustomPermissionsSerializer, GroupSerializer,\
from .serializers import BatchSerializer, BatchCustomPermissionsSerializer, GroupSerializer, \
ProjectSerializer, ProjectCustomPermissionsSerializer, UserSerializer

"""
Expand Down

0 comments on commit 4ce7473

Please sign in to comment.