Skip to content

Commit

Permalink
removes redundant import line
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Aug 28, 2023
1 parent fd46817 commit 548d355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asf_search/search/search_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from asf_search.constants import INTERNAL
from asf_search.WKT.validate_wkt import validate_wkt
from asf_search.search.error_reporting import report_search_error
from typing import List # for 3.8 compatibility

def search_generator(
absoluteOrbit: Union[int, Tuple[int, int], Iterable[Union[int, Tuple[int, int]]]] = None,
Expand Down

0 comments on commit 548d355

Please sign in to comment.