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 a732d6c commit f2403a0Copy full SHA for f2403a0
zappend/config/config.py
@@ -184,4 +184,4 @@ def logging(self) -> dict[str, Any] | str | bool | None:
184
@property
185
def profiling(self) -> dict[str, Any] | str | bool | None:
186
"""Profiling configuration."""
187
- return self._config.get("profiling") or {}
+ return self._config.get("profiling")
0 commit comments