Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Mar 4, 2020
1 parent 09e0ce8 commit c8139e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chandra_aca/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,9 @@ def test_get_aimpoint():
(7606.0, 7941.0, 0),
(970.0, 975.0, 3)]
try:
r = requests.head("https://icxc.harvard.edu/mp/html/aimpoint_table/zero_offset_aimpoints.txt",
timeout=5)
r = requests.head(
"https://icxc.harvard.edu/mp/html/aimpoint_table/zero_offset_aimpoints.txt",
timeout=5)
assert r.status_code == 200
zot = None
except Exception:
Expand Down

0 comments on commit c8139e1

Please sign in to comment.