Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Jun 13, 2019
1 parent cf8b912 commit e9f2744
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testproj/articles/views.py
@@ -1,10 +1,8 @@
import datetime
import functools

from django.utils.decorators import method_decorator
from django_filters.rest_framework import DjangoFilterBackend
from rest_framework import viewsets
# noinspection PyDeprecation
from rest_framework.filters import OrderingFilter
from rest_framework.pagination import LimitOffsetPagination
from rest_framework.parsers import FileUploadParser, MultiPartParser
Expand Down

0 comments on commit e9f2744

Please sign in to comment.