Skip to content

Commit 485bc61

Browse files
committed
fix: Disable pylint warning for too many branches in ip_analyze function
1 parent 2e3054c commit 485bc61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jiyu_attack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def ip_to_tuple(ip: str) -> tuple[int, int, int, int]:
7575
return ip_tuple
7676

7777

78+
# pylint: disable=too-many-branches
7879
def ip_analyze(ip: str) -> list[str]:
7980
"""
8081
Analyzes an IP address or range and returns a list of valid IP addresses.

0 commit comments

Comments
 (0)