From 611ca8bc3fd3bfec216d828c931f2d37631a38ef Mon Sep 17 00:00:00 2001 From: Scott Staniewicz Date: Tue, 2 Jan 2024 16:27:53 -0500 Subject: [PATCH] fix failing doctest from `step` change --- eof/parsing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/eof/parsing.py b/eof/parsing.py index 98ec5c1..c699814 100644 --- a/eof/parsing.py +++ b/eof/parsing.py @@ -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):