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 Sep 20, 2024
1 parent 62f1695 commit 39d82cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/environments/identities/traits/views.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from typing import Set, Any
from typing import Any, Set

from django.conf import settings
from django.core.exceptions import BadRequest
from django.db.models import Q
from drf_yasg import openapi
from drf_yasg.utils import swagger_auto_schema
from rest_framework.request import Request
from rest_framework import mixins, status, viewsets
from rest_framework.decorators import action
from rest_framework.permissions import IsAuthenticated
from rest_framework.request import Request
from rest_framework.response import Response

from edge_api.identities.edge_request_forwarder import (
Expand Down

0 comments on commit 39d82cd

Please sign in to comment.