From aff4f638e59fc69227dbc95b269e1c23f48f0fbf Mon Sep 17 00:00:00 2001 From: laixintao Date: Sat, 7 Oct 2023 01:20:13 +0800 Subject: [PATCH] format with black --- iredis/entry.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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", )