Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-daxiom committed Aug 6, 2024
1 parent 4bdd627 commit 13cb0ef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions strr-api/src/strr_api/resources/registrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@

from strr_api.common.auth import jwt
from strr_api.enums.enum import RegistrationSortBy, RegistrationStatus, Role
from strr_api.exceptions import (
AuthException,
ExternalServiceException,
error_response,
exception_response,
)
from strr_api.exceptions import AuthException, ExternalServiceException, error_response, exception_response
from strr_api.models import User
from strr_api.responses import Document, Events, Pagination, Registration
from strr_api.services import DocumentService, EventsService, GCPStorageService, RegistrationService
Expand Down

0 comments on commit 13cb0ef

Please sign in to comment.