Type hints

This commit is contained in:
Edward Betts 2023-05-15 15:30:47 +00:00
parent 8e41dcab58
commit cc3dc87d68

View file

@ -8,7 +8,7 @@ really_save = True
osm_api_base = "https://api.openstreetmap.org/api/0.6"
def new_changeset(comment):
def new_changeset(comment: str) -> str:
return f"""
<osm>
<changeset>