Skip to content

Commit

Permalink
precommit touch up
Browse files Browse the repository at this point in the history
  • Loading branch information
KeynesYouDigIt committed Jan 11, 2025
1 parent 505dada commit 4d65d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pystac/extensions/eo.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,9 @@ def migrate(
):
obj["properties"][proj_epsg] = obj["properties"].pop(eo_epsg)
else:
obj["properties"][
proj_code
] = f"EPSG:{obj['properties'].pop(eo_epsg)}"
obj["properties"][proj_code] = (
f"EPSG:{obj['properties'].pop(eo_epsg)}"
)
if not projection.ProjectionExtensionHooks().has_extension(obj):
obj["stac_extensions"].append(
projection.ProjectionExtension.get_schema_uri()
Expand Down

0 comments on commit 4d65d84

Please sign in to comment.