diff --git a/iredis/entry.py b/iredis/entry.py index 9c83a66b..0799a078 100644 --- a/iredis/entry.py +++ b/iredis/entry.py @@ -381,11 +381,9 @@ def resolve_dsn(dsn): dsn_uri = config.alias_dsn[dsn] except KeyError: click.secho( - ( - "Could not find the specified DSN in the config file. " - 'Please check the "[alias_dsn]" section in your ' - "iredisrc." - ), + "Could not find the specified DSN in the config file. " + 'Please check the "[alias_dsn]" section in your ' + "iredisrc.", err=True, fg="red", )