mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Python: Add global variable nested field jump steps
This commit is contained in:
@@ -45,5 +45,5 @@ async def read_item(path: str, data_source=Depends(get_data_source)): # $ MISSIN
|
||||
return data_source.get_data(path)
|
||||
|
||||
@app.get("/file5/", dependencies=[Depends(init_file_handler)])
|
||||
async def read_item(path: str): # $ MISSING: Source
|
||||
async def read_item(path: str): # $ Source
|
||||
return app.state.file_handler2.get_data(path)
|
||||
|
||||
Reference in New Issue
Block a user