Skip to content

Commit 1829e1c

Browse files
committed
Make linter happy
1 parent 42ec5e8 commit 1829e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/eso/tests/test_eso.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def calselector_request(url, **kwargs):
7373
filename = 'FORS2.2021-01-02T00_59_12.533_raw2raw_multipart.xml'
7474
header = {
7575
'Content-Type': 'multipart/form-data; '
76-
+ 'boundary=uFQlfs9nBIDEAIoz0_ZM-O2SXKsZ2iSd4h7H;charset=UTF-8'
76+
'boundary=uFQlfs9nBIDEAIoz0_ZM-O2SXKsZ2iSd4h7H;charset=UTF-8'
7777
}
7878
else:
7979
filename = 'FORS2.2021-01-02T00_59_12.533_raw2raw.xml'

0 commit comments

Comments
 (0)