This commit is contained in:
dni ⚡ 2023-04-17 08:11:07 +02:00
parent 42b7cd3046
commit b465ecf22a
No known key found for this signature in database
GPG Key ID: 886317704CC4E618
2 changed files with 2 additions and 4 deletions

View File

@ -18,8 +18,6 @@ ignore =
W503,
# F821: undefined name - should be addressed in future PR
F821,
# E265 block comment should start with '# ' - should be addressed in future PR
E265,
# E722 do not use bare 'except' - should be addressed in future PR
E722,
# flake8-requirements import checks

View File

@ -704,7 +704,7 @@ async def api_auditor():
}
##################UNIVERSAL WEBSOCKET MANAGER########################
# UNIVERSAL WEBSOCKET MANAGER
@core_app.websocket("/api/v1/ws/{item_id}")
@ -843,7 +843,7 @@ async def get_extension_releases(ext_id: str):
)
############################TINYURL##################################
# TINYURL
@core_app.post("/api/v1/tinyurl")