Skip to content

Commit f1761c6

Browse files
chore: fix ruff checks (#8305)
1 parent 97e21ba commit f1761c6

File tree

1 file changed

+0
-5
lines changed
  • apps/api/plane/app/views/project

1 file changed

+0
-5
lines changed

apps/api/plane/app/views/project/base.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
# Python imports
22
import json
33

4-
import boto3
54

65
# Django imports
7-
from django.conf import settings
86
from django.core.serializers.json import DjangoJSONEncoder
97
from django.db.models import Exists, F, OuterRef, Prefetch, Q, Subquery
108
from django.utils import timezone
119

1210
# Third Party imports
1311
from rest_framework import status
14-
from rest_framework.permissions import AllowAny
1512
from rest_framework.response import Response
1613

1714
# Module imports
@@ -38,8 +35,6 @@
3835
Workspace,
3936
WorkspaceMember,
4037
)
41-
from plane.utils.cache import cache_response
42-
from plane.utils.exception_logger import log_exception
4338
from plane.utils.host import base_host
4439

4540

0 commit comments

Comments
 (0)