Skip to content

Commit dfc4ec2

Browse files
committed
Fix lint
1 parent 6a81b0c commit dfc4ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cert_host_scraper/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
from cert_host_scraper import Options, Result, fetch_urls, validate_url
1515

16-
1716
NO_STATUS_CODE_FILTER = 0
1817

1918

@@ -27,6 +26,7 @@ def validate_status_code(
2726
except TypeError:
2827
return NO_STATUS_CODE_FILTER
2928

29+
3030
@click.group()
3131
@click.option("--debug", is_flag=True, help="Whether to enable debug level output")
3232
@click.version_option(__version__, message="%(version)s")

0 commit comments

Comments
 (0)