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 da97728 commit 06912beCopy full SHA for 06912be
packages/settings-library/tests/test_utils_logging.py
@@ -14,7 +14,7 @@ def test_mixin_logging(monkeypatch):
14
15
class Settings(BaseCustomSettings, MixinLoggingSettings):
16
# DOCKER
17
- SC_BOOT_MODE: BootMode | None
+ SC_BOOT_MODE: BootMode | None = None
18
19
# LOGGING
20
LOG_LEVEL: str = Field(
0 commit comments