chore: remove unused imports

ref: #770
This commit is contained in:
2025-05-21 02:11:34 +09:30
parent 6647ddbc99
commit a7f84924db
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
import logging
from django.core.exceptions import ( from django.core.exceptions import (
ValidationError, ValidationError,
) )

View File

@ -3,15 +3,11 @@ from django.contrib.auth.models import ContentType
from django.db import models from django.db import models
from django.core.exceptions import ValidationError from django.core.exceptions import ValidationError
from rest_framework.reverse import reverse
from access.models.tenant import Tenant
from core.models.centurion import ( from core.models.centurion import (
CenturionModel, CenturionModel,
CenturionSubModel, CenturionSubModel,
) )
from core.lib.feature_not_used import FeatureNotUsed