Skip to content

Commit 5c5f77a

Browse files
committed
pep8
1 parent b51c81b commit 5c5f77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/eso/tests/test_eso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def test_tap_url():
309309
("' > 1.23 '", "= ' > 1.23 '"),
310310
("likewise", "= 'likewise'"),
311311
("INfinity", "= 'INfinity'"),
312-
("like'%John%'", "= 'like'%John%''"), #pathologic case
312+
("like'%John%'", "= 'like'%John%''"), # pathologic case
313313
314314
# Ill-formed queries: Operator, but not sanitized. Expected to be passed through as-is
315315
("like %John%", "like %John%"),

0 commit comments

Comments
 (0)