Skip to content

Commit

Permalink
maint: remove duplicate imports in download_bsc5.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored and jmeyers314 committed Feb 5, 2024
1 parent f397708 commit a6b2e26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions batoid/data/misc/download_bsc5.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

url = "http://tdc-www.harvard.edu/catalogs/bsc5.dat.gz"


from urllib.request import Request, urlopen
import gzip

response = urlopen(url)
content = gzip.decompress(response.read())
decomp_req = content.splitlines()
Expand Down

0 comments on commit a6b2e26

Please sign in to comment.