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 6ddb50e commit 3d2b0eaCopy full SHA for 3d2b0ea
src/fastapi_proxy_lib/core/websocket.py
@@ -55,14 +55,13 @@
55
)
56
DEFAULT_QUEUE_SIZE = 512 # pyright: ignore[reportConstantRedefinition]
57
58
- msg = dedent(
59
- """\
60
- Can not import the default httpx_ws arguments, please open an issue on:
61
- https://github.com/WSH032/fastapi-proxy-lib\
62
- """
63
- )
64
warnings.warn(
65
- msg,
+ dedent(
+ """\
+ Can not import the default httpx_ws arguments, please open an issue on:
+ https://github.com/WSH032/fastapi-proxy-lib\
+ """
+ ),
66
RuntimeWarning,
67
stacklevel=1,
68
0 commit comments