Skip to content

Commit

Permalink
Update netsome/validators/ipv4.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Kudryavtsev <[email protected]>
  • Loading branch information
pyctrl and kuderr authored Apr 15, 2024
1 parent ea0f4c1 commit 58abc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsome/validators/ipv4.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def validate_address_str(string: str):
raise ValueError()

for octet in octets:
validate_octet_str(string)
validate_octet_int(octet)


def validate_address_int(number: int) -> None:
Expand Down

0 comments on commit 58abc01

Please sign in to comment.