Skip to content

Commit 44cffd6

Browse files
typo issue fix
1 parent a344598 commit 44cffd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/common/config/app_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _get_optional(self, name: str, default: str = "") -> str:
177177
default: Default value if not found (default: "")
178178
179179
Returns:
180-
The value of the environment variable or the default value.
180+
The value of the environment variable or the default value
181181
"""
182182
if name in os.environ:
183183
return os.environ[name]

0 commit comments

Comments
 (0)