Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Aug 30, 2018
1 parent aaf72c0 commit bb9ac84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap3/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,7 @@ def test_input_group(self):

def test_input_group_addon_button(self):
res = render_template_with_form(
'{% bootstrap_field form.subject addon_before="$" addon_before_class="input-group-btn" addon_after=".00" addon_after_class="input-group-btn" %}'
# noqa
'{% bootstrap_field form.subject addon_before="$" addon_before_class="input-group-btn" addon_after=".00" addon_after_class="input-group-btn" %}' # noqa
)
self.assertIn('class="input-group"', res)
self.assertIn('class="input-group-btn">$', res)
Expand Down

0 comments on commit bb9ac84

Please sign in to comment.