Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 21, 2025
1 parent 3e6db82 commit b4a18c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/api_v2/api_key_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def validate_and_process(
) -> Any:
"""Process and validate API key with specific logic required by
subclasses."""
pass
pass
2 changes: 1 addition & 1 deletion backend/api_v2/key_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from typing import Union

from api_v2.exceptions import UnauthorizedKey
from django.core.exceptions import ValidationError
from api_v2.models import APIDeployment, APIKey
from api_v2.serializers import APIKeySerializer
from django.core.exceptions import ValidationError
from pipeline_v2.models import Pipeline
from rest_framework.request import Request
from workflow_manager.workflow_v2.workflow_helper import WorkflowHelper
Expand Down

0 comments on commit b4a18c1

Please sign in to comment.