Skip to content

Commit

Permalink
python 3.10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Jul 12, 2024
1 parent e5fb51a commit 48f0849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eodash_catalog/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def handle_raw_source(
rel="style",
target=ep_st
if ep_st.startswith("http")
else f"{catalog_config["assets_endpoint"]}/{ep_st}",
else f"{catalog_config['assets_endpoint']}/{ep_st}",
media_type=style_type,
extra_fields={
"asset:keys": list(assets),
Expand Down

0 comments on commit 48f0849

Please sign in to comment.