chore(itim): correct pylint error W0611:unused-import

ref: #765
This commit is contained in:
2025-05-18 06:44:15 +09:30
parent 7137db589b
commit b7b4c714bd
20 changed files with 13 additions and 38 deletions

View File

@ -4,7 +4,7 @@ from api.viewsets.common import ModelViewSet
# This import only exists so that the migrations can be created
from itim.models.port_history import PortAuditHistory # pylint: disable=W0611:unused-import
from itim.serializers.port import (
from itim.serializers.port import ( # pylint: disable=W0611:unused-import
Port,
PortModelSerializer,
PortViewSerializer