Skip to content

Commit

Permalink
Bugfix and remove unused inactive code
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <[email protected]>
  • Loading branch information
Adam.Dybbroe committed Nov 21, 2024
1 parent 965cae9 commit 7fa732b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions pyorbital/tlefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ def read(platform, tle_file=None, line1=None, line2=None):
"""
return Tle(platform, tle_file=tle_file, line1=line1, line2=line2)

# req = urllib.request.Request('http://www.example.com')
# with urllib.request.urlopen(req) as response:
# the_page = response.read()

def fetch(destination):
"""Fetch TLE from internet and save it to `destination`."""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = ["numpy>=1.19.0",
"scipy",
"requests",
"pytz",
"dateutil",
"python-dateutil",
"defusedxml",
]
readme = "README.md"
Expand Down

0 comments on commit 7fa732b

Please sign in to comment.