We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac33e97 commit 7e16b3bCopy full SHA for 7e16b3b
src/zulip_write_only_proxy/routers/mymdc.py
@@ -6,7 +6,7 @@
6
from .. import logger, models, mymdc
7
from .api import get_client
8
9
-type ScopedClient = Annotated[models.ScopedClient, Depends(get_client)]
+ScopedClient = Annotated[models.ScopedClient, Depends(get_client)]
10
11
12
async def proxy_request(mymdc_path: str, params) -> Response:
0 commit comments