mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Fix stub file.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
|
||||
|
||||
class Flask(object):
|
||||
def run(self, *args, **kwargs):
|
||||
pass
|
||||
def run(self, *args, **kwargs): pass
|
||||
|
||||
from .globals import request
|
||||
|
||||
|
||||
Reference in New Issue
Block a user