forked from edward/owl-map
Type hint and docstring.
This commit is contained in:
parent
16c8e9a360
commit
977f83779a
|
@ -914,7 +914,8 @@ def api_save_changeset(session_id):
|
||||||
|
|
||||||
|
|
||||||
@app.route("/sql", methods=["GET", "POST"])
|
@app.route("/sql", methods=["GET", "POST"])
|
||||||
def run_sql():
|
def run_sql() -> str:
|
||||||
|
"""Web form where the user can run an SQL query."""
|
||||||
if request.method != "POST":
|
if request.method != "POST":
|
||||||
return render_template("run_sql.html")
|
return render_template("run_sql.html")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue