diff --git a/python/flask.py b/python/flask.py index 597e894..dacb447 100644 --- a/python/flask.py +++ b/python/flask.py @@ -11,6 +11,11 @@ def test_sources_7(something): # comment return "foo" # comment +assert(True) + + + + @app.route("/sanitized/") def test_sources_7(something): data = flask.request.args.get("key")