Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmcloaiza committed Jan 17, 2025
1 parent 42ec5e8 commit 1829e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/eso/tests/test_eso.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def calselector_request(url, **kwargs):
filename = 'FORS2.2021-01-02T00_59_12.533_raw2raw_multipart.xml'
header = {
'Content-Type': 'multipart/form-data; '
+ 'boundary=uFQlfs9nBIDEAIoz0_ZM-O2SXKsZ2iSd4h7H;charset=UTF-8'
'boundary=uFQlfs9nBIDEAIoz0_ZM-O2SXKsZ2iSd4h7H;charset=UTF-8'
}
else:
filename = 'FORS2.2021-01-02T00_59_12.533_raw2raw.xml'
Expand Down

0 comments on commit 1829e1c

Please sign in to comment.