Skip to content

Commit

Permalink
format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Oct 31, 2023
1 parent 549254f commit aff4f63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions iredis/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit aff4f63

Please sign in to comment.