Fix typos and PEP8 warnings

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-07-07 01:12:25 -04:00
parent 7913b5ddcc
commit 0e972eff06
7 changed files with 6 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
from __future__ import unicode_literals
from django import forms
from django.template.loader import render_to_string
from django.urls import reverse
from django.utils.html import format_html_join, mark_safe
from django.utils.html import format_html_join
def widget_transition_events(transition):