Skip to content

Commit

Permalink
fix: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 5, 2024
1 parent 59a4065 commit 054a8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def set_up_settings(service_base_dir: Path, service_name: str):

_secrets = dotenv_values(stream=StringIO(secrets_str))

# TODO: make custom namespace
# TODO: make custom namespace.
return {key: value for key, value in _secrets.items() if value is not None}

# pylint: enable
Expand Down

0 comments on commit 054a8ec

Please sign in to comment.