fix(proxy_server.py): fix linting issues

This commit is contained in:
Krrish Dholakia 2023-11-24 11:38:53 -08:00
parent d3d8b86eaa
commit 2e8d582a34
5 changed files with 44 additions and 32 deletions

View file

@ -101,7 +101,7 @@ def test_async_fallbacks():
asyncio.run(test_get_response())
# test_async_fallbacks()
test_async_fallbacks()
def test_sync_context_window_fallbacks():
try: