Skip to content

Commit 8d341ab

Browse files
committed
Fix stub file.
1 parent b393d9a commit 8d341ab

File tree

1 file changed

+1
-2
lines changed
  • python/ql/test/query-tests/Security/lib/flask

1 file changed

+1
-2
lines changed

python/ql/test/query-tests/Security/lib/flask/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22

33
class Flask(object):
4-
def run(self, *args, **kwargs):
5-
pass
4+
def run(self, *args, **kwargs): pass
65

76
from .globals import request
87

0 commit comments

Comments
 (0)