Skip to content

Commit

Permalink
fix failing doctest from step change (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie authored Jan 2, 2024
1 parent e8ec7e9 commit 8a4d06c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eof/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class EOFLinkFinder(HTMLParser):
>>> resp = requests.get("http://step.esa.int/auxdata/orbits/Sentinel-1/POEORB/S1B/2020/10/")
>>> parser = EOFLinkFinder()
>>> parser.feed(resp.text)
>>> print(sorted(parser.eof_links)[0])
S1B_OPER_AUX_POEORB_OPOD_20201022T111233_V20201001T225942_20201003T005942.EOF.zip
"""

def __init__(self):
Expand Down

0 comments on commit 8a4d06c

Please sign in to comment.