Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 0523240

Browse files
committed
fix to flake8
1 parent 865a3d0 commit 0523240

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ajax_views/views.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import, unicode_literals
33

4-
from .mixins import PartialAjaxMixin, FormAjaxMixin, AjaxResponseMixin
5-
64
from django.views.generic import (
7-
TemplateView, CreateView, UpdateView, DeleteView)
5+
CreateView, DeleteView, TemplateView, UpdateView)
86

7+
from .mixins import AjaxResponseMixin, FormAjaxMixin, PartialAjaxMixin
98

109

1110
class TemplateAjaxView(PartialAjaxMixin, TemplateView):

0 commit comments

Comments
 (0)