chore: correct pylint errors

ref: #765
This commit is contained in:
2025-05-19 22:07:32 +09:30
parent a1b9ecb0fc
commit bff1049414
181 changed files with 119 additions and 448 deletions

View File

@ -1,10 +1,8 @@
import django
from django.contrib.auth.models import Group
from django.db import models
from access.models.tenant import Tenant as Organization
from access.models.team import Team
User = django.contrib.auth.get_user_model()

View File

@ -1,8 +1,5 @@
import traceback
from django.core.exceptions import ObjectDoesNotExist
from rest_framework import exceptions
from rest_framework.permissions import DjangoObjectPermissions
from access.models.tenancy import Tenant, TenancyObject