Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 15, 2021
1 parent b59c32c commit 6bb8fc7
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions src/django_bootstrap5/renderers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
from django.forms import (BaseForm, BaseFormSet, BoundField, CheckboxInput, CheckboxSelectMultiple, ClearableFileInput,
DateInput, EmailInput, FileInput, MultiWidget, NumberInput, PasswordInput, RadioSelect,
Select, TextInput, Textarea, TimeInput, URLInput)
from django.forms import (
BaseForm,
BaseFormSet,
BoundField,
CheckboxInput,
CheckboxSelectMultiple,
ClearableFileInput,
DateInput,
EmailInput,
FileInput,
MultiWidget,
NumberInput,
PasswordInput,
RadioSelect,
Select,
Textarea,
TextInput,
TimeInput,
URLInput,
)
from django.utils.html import conditional_escape, format_html, strip_tags
from django.utils.safestring import mark_safe

Expand Down

0 comments on commit 6bb8fc7

Please sign in to comment.