Skip to content

Commit eb0fb49

Browse files
committed
fix lint.
1 parent e3dfce7 commit eb0fb49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

iredis/entry.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,10 @@ def repl(client, session, start_time):
266266
"--iredisrc",
267267
default="~/.iredisrc",
268268
envvar="IREDIS_CONFIG",
269-
help="Config file for iredis, default is ~/.iredisrc. You can also set config path via environment variable `IREDIS_CONFIG`.",
269+
help=(
270+
"Config file for iredis, default is ~/.iredisrc. "
271+
"You can also set config path via environment variable `IREDIS_CONFIG`."
272+
),
270273
)
271274
@click.option("--decode", default=None, help=DECODE_HELP)
272275
@click.option("--client_name", help="Assign a name to the current connection.")

0 commit comments

Comments
 (0)