fix pep8 issue

This commit is contained in:
Rodolphe Marques 2017-05-24 12:11:40 +02:00
parent 285fc03ca9
commit 56379e9bec

View File

@ -596,4 +596,4 @@ def test_text_search():
assert list(query.text_search(conn, 'coffee', limit=2)) == [
{'id': 1, 'subject': 'coffee', 'author': 'xyz', 'views': 50},
{'id': 2, 'subject': 'Coffee Shopping', 'author': 'efg', 'views': 5},
]
]