From cc3dc87d68edcada264c8ec3b0a4858d7d3f9fd9 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 15 May 2023 15:30:47 +0000 Subject: [PATCH] Type hints --- matcher/edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matcher/edit.py b/matcher/edit.py index 664b408..b17bee4 100644 --- a/matcher/edit.py +++ b/matcher/edit.py @@ -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"""