Skip to content

Commit

Permalink
style: format therapy.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Nov 10, 2023
1 parent d5fbcac commit 2162564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/therapy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def update_normalizer_db(
# aws instance should actually be used
invalid_aws_msg = (
f"{AWS_ENV_VAR_NAME} must be set to one of {VALID_AWS_ENV_NAMES}"
) # noqa: E501
)
aws_env_name = environ.get(AWS_ENV_VAR_NAME) or aws_instance
if aws_env_name:
assert aws_env_name in VALID_AWS_ENV_NAMES, invalid_aws_msg
Expand Down

0 comments on commit 2162564

Please sign in to comment.