Skip to content

Commit 38afda5

Browse files
committed
pylint | removed unused import
1 parent 6ede5d5 commit 38afda5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/concepts/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pydash import get
66
from rest_framework import status
77
from rest_framework.generics import RetrieveAPIView, DestroyAPIView, ListCreateAPIView, RetrieveUpdateDestroyAPIView, \
8-
UpdateAPIView, ListAPIView
8+
UpdateAPIView
99
from rest_framework.mixins import CreateModelMixin
1010
from rest_framework.permissions import IsAuthenticatedOrReadOnly, IsAdminUser
1111
from rest_framework.response import Response

0 commit comments

Comments
 (0)