Skip to content

Commit

Permalink
remove unused dateparser imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Apr 19, 2024
1 parent 77fe65b commit c281857
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion asf_search/CMR/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from shapely.geometry.base import BaseGeometry
from .field_map import field_map
from .datasets import collections_per_platform
import dateparser
import ciso8601
import logging

Expand Down
1 change: 0 additions & 1 deletion tests/ASFSearchResults/test_ASFSearchResults.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Dict, List

import dateparser
import asf_search as asf
from asf_search import ASFSearchResults
import defusedxml.ElementTree as DefusedETree
Expand Down

0 comments on commit c281857

Please sign in to comment.