Skip to content

Commit 42ec5e8

Browse files
committed
Make linter happy
1 parent c923d3b commit 42ec5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/eso/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,9 +990,9 @@ def _print_query_help(self, url, *, cache=True):
990990
"""
991991
self.log_info("List of accepted column_filters parameters.")
992992
self.log_info("The presence of a column in the result table can be "
993-
+ "controlled if prefixed with a [ ] checkbox.")
993+
"controlled if prefixed with a [ ] checkbox.")
994994
self.log_info("The default columns in the result table are shown as "
995-
+ "already ticked: [x].")
995+
"already ticked: [x].")
996996

997997
result_string = []
998998

0 commit comments

Comments
 (0)