Fix Line 32:80: E501 line too long (102 > 79 characters)

This commit is contained in:
Akash Mahanty
2022-02-05 00:26:02 +05:30
parent c1612b8011
commit 2244b13362

View File

@@ -29,7 +29,12 @@ from .wrapper import Url
)
@click.option("-v", "--version", is_flag=True, default=False, help="waybackpy version.")
@click.option(
"-l", "--showlicense", "--license", is_flag=True, default=False, help="show license of Waybackpy."
"-l",
"--showlicense",
"--license",
is_flag=True,
default=False,
help="show license of Waybackpy.",
)
@click.option(
"-n",