Skip to content

Commit a0d6f84

Browse files
set optional
1 parent 06912be commit a0d6f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/settings-library/src/settings_library/node_ports.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212

1313
class StorageAuthSettings(StorageSettings):
14-
STORAGE_USERNAME: str | None
15-
STORAGE_PASSWORD: SecretStr | None
14+
STORAGE_USERNAME: str | None = None
15+
STORAGE_PASSWORD: SecretStr | None = None
1616
STORAGE_SECURE: bool = False
1717

1818
@property

0 commit comments

Comments
 (0)