fix flake8 warning
This commit is contained in:
parent
80ed92eece
commit
e9e9da519b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from django.http import HttpResponseRedirect, HttpResponse
|
|||
from django.shortcuts import render
|
||||
from django.utils.translation import get_language, ugettext_lazy as _
|
||||
from django.views.decorators.cache import cache_control
|
||||
from django.views.generic import FormView, CreateView, TemplateView, DetailView
|
||||
from django.views.generic import FormView, CreateView, DetailView
|
||||
|
||||
from datacenterlight.tasks import create_vm_task
|
||||
from hosting.forms import HostingUserLoginForm
|
||||
|
|
Loading…
Reference in a new issue