Skip to content

Commit

Permalink
lint: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aubin Lambare committed May 23, 2024
1 parent b3fbaed commit 2c47142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodag/api/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def list_product_types(
if product_type_id == GENERIC_PRODUCT_TYPE:
continue
config = self.product_types_config[product_type_id]
config["_id"] = product_type_id
config["_id"] = product_type_id
if "alias" in config:
product_type_id = config["alias"]
product_type = {"ID": product_type_id, **config}
Expand Down

0 comments on commit 2c47142

Please sign in to comment.