Skip to content

Commit 1dd6792

Browse files
committed
Fix linting errors: remove unused imports
1 parent 42bed16 commit 1dd6792

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

aikido_zen/helpers/net/is_private_ip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from aikido_zen.helpers.ip_matcher import IPMatcher
2-
from aikido_zen.helpers.ip_matcher.map_ipv4_to_ipv6 import map_ipv4_to_ipv6
32

43
# Define private IP ranges
54
PRIVATE_IP_RANGES = [

aikido_zen/vulnerabilities/ssrf/imds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""
55

66
from aikido_zen.helpers.ip_matcher import IPMatcher
7-
from aikido_zen.helpers.ip_matcher.map_ipv4_to_ipv6 import map_ipv4_to_ipv6
87

98
imds_addresses = IPMatcher(
109
[

0 commit comments

Comments
 (0)