Skip to content

Commit 7ee82b9

Browse files
committed
sorted imports
1 parent a92c7b8 commit 7ee82b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

VHostScan/lib/helpers/wordlist_helper.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import sys
2-
from .file_helper import get_combined_word_lists
3-
from pkg_resources import resource_filename
42
from ipaddress import ip_address
53

4+
from pkg_resources import resource_filename
5+
6+
from .file_helper import get_combined_word_lists
7+
68
DEFAULT_WORDLIST_FILE = resource_filename(
79
'VHostScan', 'wordlists/virtual-host-scanning.txt')
810

0 commit comments

Comments
 (0)