Skip to content

Commit 746bd6e

Browse files
committed
style: correct commit lint erros after merge
1 parent 5115f95 commit 746bd6e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

eodag/plugins/search/qssearch.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@ def __init__(self, provider: str, config: PluginConfig) -> None:
276276
] = product_type_metadata_mapping
277277

278278
def clear(self) -> None:
279-
self.download_info = {}
280-
281279
"""Clear search context"""
280+
self.download_info = {}
282281
super().clear()
283282
self.search_urls.clear()
284283
self.query_params.clear()

eodag/rest/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
import eodag
4747
from eodag import EOProduct
4848
from eodag.api.queryables import BaseQueryableProperty
49-
from eodag.api.core import DEFAULT_ITEMS_PER_PAGE, DEFAULT_PAGE
5049
from eodag.api.product.metadata_mapping import OFFLINE_STATUS, OSEO_METADATA_MAPPING
5150
from eodag.api.search_result import SearchResult
5251
from eodag.config import load_stac_config, load_stac_provider_config

0 commit comments

Comments
 (0)