Skip to content

Commit f2403a0

Browse files
committed
Fixed profiling property
1 parent a732d6c commit f2403a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zappend/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ def logging(self) -> dict[str, Any] | str | bool | None:
184184
@property
185185
def profiling(self) -> dict[str, Any] | str | bool | None:
186186
"""Profiling configuration."""
187-
return self._config.get("profiling") or {}
187+
return self._config.get("profiling")

0 commit comments

Comments
 (0)