fix lint error

This commit is contained in:
Frode Gundersen 2023-12-12 14:19:06 -07:00 committed by Daniel Wozniak
parent 424f417249
commit 6092e0b3f1

View file

@ -78,9 +78,7 @@ def test_check_ip():
def test_check_ip_ipv6():
assert dig.check_ip(
"1111:2222:3333:4444:5555:6666:7777:8888"
)
assert dig.check_ip("1111:2222:3333:4444:5555:6666:7777:8888")
def test_check_ip_ipv6_valid():