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 3419211 commit d57cb58Copy full SHA for d57cb58
src/busylight/busyserve.py
@@ -11,7 +11,7 @@
11
raise ImportError(
12
"The package `uvicorn` is missing, unable to serve the busylight API. "
13
"Install with webapi extras: pip install busylight-for-humans[webapi]"
14
- ) from error
+ ) from None
15
16
from busylight.api.logging_config import get_uvicorn_log_config
17
0 commit comments