Skip to content

Commit 0c53003

Browse files
committed
Code style
1 parent d96f066 commit 0c53003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/vizier/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def _args_to_payload(self, *args, **kwargs):
623623
if type(val) is list:
624624
script += "\n{key}=<<====AstroqueryList".format(key=key)
625625
script += "\n" + "\n".join(val)
626-
script += "\n====AstroqueryList"
626+
script += "\n====AstroqueryList"
627627
# add keywords
628628
return script
629629

0 commit comments

Comments
 (0)