Skip to content

Commit 2e8ad5d

Browse files
committed
Run black, confirm master branch to GitHub
1 parent eab9d79 commit 2e8ad5d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

bootstrap3/renderers.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,15 @@ def wrap_widget(self, html):
443443
def make_input_group(self, html):
444444
if (self.addon_before or self.addon_after) and isinstance(
445445
self.widget,
446-
(TextInput, NumberInput, EmailInput, URLInput, DateInput, Select, PasswordInput),
446+
(
447+
TextInput,
448+
NumberInput,
449+
EmailInput,
450+
URLInput,
451+
DateInput,
452+
Select,
453+
PasswordInput,
454+
),
447455
):
448456
before = (
449457
'<span class="{input_class}">{addon}</span>'.format(

0 commit comments

Comments
 (0)