Skip to content

Commit

Permalink
PEP8: E222 multiple spaces after operator
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed Mar 30, 2016
1 parent e83eaed commit 9a6b99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/convert/test_po2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_ordering_serialize(self):
"bar": "bar",
"baz": "baz"
}'''
input_po = '''
input_po = '''
#: .foo
msgid "foo"
msgstr "oof"
Expand Down

0 comments on commit 9a6b99c

Please sign in to comment.