Skip to content

Commit

Permalink
Remove unused HTTPError, will need to use in order to trap error from…
Browse files Browse the repository at this point in the history
… bs4
  • Loading branch information
MBARIMike committed Nov 26, 2024
1 parent 4b46871 commit 90aa471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stoqs/loaders/SampleLoaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from pydap.model import BaseType, DatasetType
import argparse
import csv
from urllib.request import urlopen, HTTPError
from urllib.request import urlopen
import requests
import logging
from glob import glob
Expand Down

0 comments on commit 90aa471

Please sign in to comment.