Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Jan 12, 2025
1 parent e4d01fe commit 26d7263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fides/api/api/v1/endpoints/privacy_request_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
)
from fides.api.schemas.dataset import CollectionAddressResponse, DryRunDatasetResponse
from fides.api.schemas.external_https import PrivacyRequestResumeFormat
from fides.api.schemas.messaging.messaging import MessagingActionType
from fides.api.schemas.policy import ActionType
from fides.api.schemas.privacy_request import (
BulkPostPrivacyRequests,
Expand All @@ -109,7 +108,6 @@
)
from fides.api.service.messaging.message_dispatch_service import (
EMAIL_JOIN_STRING,
message_send_enabled,
)
from fides.api.task.execute_request_tasks import log_task_queued, queue_request_task
from fides.api.task.filter_results import filter_data_categories
Expand Down

0 comments on commit 26d7263

Please sign in to comment.