Skip to content

Commit

Permalink
feature/PI-551-remove_fhir_from_read_product Sonarcloud update type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
megan-bower4 committed Oct 22, 2024
1 parent 236a016 commit 49690d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/domain/api/common_steps/read_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read_product(data, cache) -> CpmProduct:
return cpm_product


def product_to_dict(data, cache) -> dict:
def product_to_dict(data, cache) -> tuple[str, dict]:
product: CpmProduct = data[read_product]
return HTTPStatus.OK, product.state()

Expand Down

0 comments on commit 49690d8

Please sign in to comment.