Skip to content

Commit d563a27

Browse files
committed
removed unused imports and sorted remaining
1 parent 11f671a commit d563a27

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

VHostScan/lib/helpers/output_helper.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
from ..core.discovered_host import *
2-
from .file_helper import *
3-
import time
4-
from fuzzywuzzy import fuzz
51
import itertools
6-
import numpy as np
72
import json
3+
import time
4+
5+
from fuzzywuzzy import fuzz
86

97

108
class output_helper(object):

0 commit comments

Comments
 (0)