Skip to content

Commit

Permalink
notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh16879 committed Sep 11, 2024
1 parent 166ba26 commit 01bf22d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cvat/apps/organizations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from rest_framework.permissions import SAFE_METHODS
from rest_framework.decorators import action
from rest_framework.response import Response
from rest_framework.filters import SearchFilter

from drf_spectacular.utils import OpenApiResponse, extend_schema, extend_schema_view

Expand All @@ -23,7 +22,6 @@

from .models import Invitation, Membership, Organization

import traceback
from .serializers import (
InvitationReadSerializer, InvitationWriteSerializer,
MembershipReadSerializer, MembershipWriteSerializer,
Expand Down

0 comments on commit 01bf22d

Please sign in to comment.