Skip to content

Commit ce85ac3

Browse files
committed
Python: Remove solved TODO
1 parent 2e43032 commit ce85ac3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ql/test/experimental/library-tests/frameworks/flask/routing_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def some_route(): # $routeHandler
1010
return make_response("some_route")
1111

1212

13-
# TODO: We should be able to handle this one
1413
def index(): # $routeHandler
1514
return make_response("index")
1615
app.add_url_rule('/index', 'index', index) # $routeSetup="/index"

0 commit comments

Comments
 (0)