Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed May 13, 2015
1 parent 87a6833 commit b93eb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onegov/form/tests/test_grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ def test_button():
f = line.parseString("[Send]")
assert f.type == 'button'
assert f.label == 'Send'
assert f.url == ''
assert f.url == ''

0 comments on commit b93eb65

Please sign in to comment.