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 3d5ed4d commit 6804faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def set_up_settings(service_base_dir: Path, service_name: str):

_secrets = dotenv_values(stream=StringIO(secrets_str))

# 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 6804faa

Please sign in to comment.