Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarahui committed Jan 27, 2024
1 parent e76a597 commit 1d8f2be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metadata_fetcher/fetchers/calisphere_solr_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

from .Fetcher import Fetcher
from ..settings import CALISPHERE_ETL_TOKEN
from urllib.parse import urlencode


class CalisphereSolrFetcher(Fetcher):
def __init__(self, params: dict[str, str]):
Expand Down

0 comments on commit 1d8f2be

Please sign in to comment.