Skip to content

Commit

Permalink
fix: correct return type of transform method
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Sep 4, 2024
1 parent fbda3a6 commit 49402a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cap2geojson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
)


def transform(xml: str) -> dict:
def transform(xml: str) -> str:
return to_geojson(xml)

0 comments on commit 49402a2

Please sign in to comment.