Skip to content

Commit 0efa6b6

Browse files
committed
Fix lint
1 parent fa67347 commit 0efa6b6

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
@@ -2,10 +2,10 @@
22
import sys
33

44
import click
5+
from requests import RequestException
56
from rich.console import Console
67
from rich.progress import track
78
from rich.table import Table
8-
from requests import RequestException
99

1010
from cert_host_scraper import Options, Result, fetch_urls, validate_url
1111

0 commit comments

Comments
 (0)