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

ref: #765
This commit is contained in:
2025-05-18 07:02:06 +09:30
parent ce5e1511ff
commit e7242cf095
8 changed files with 0 additions and 19 deletions

View File

@ -1,7 +1,6 @@
from django.urls import reverse
from rest_framework import serializers
from rest_framework.fields import empty
from project_management.models.projects import Project