mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Fix linting and type checking issues for Thin Waist feature
This commit is contained in:
@ -4,9 +4,9 @@ import pytest
|
||||
from multiaddr import Multiaddr
|
||||
|
||||
from libp2p.utils.address_validation import (
|
||||
expand_wildcard_address,
|
||||
get_available_interfaces,
|
||||
get_optimal_binding_address,
|
||||
expand_wildcard_address,
|
||||
)
|
||||
|
||||
|
||||
@ -53,4 +53,4 @@ def test_expand_wildcard_address_ipv6() -> None:
|
||||
expanded = expand_wildcard_address(wildcard)
|
||||
assert len(expanded) > 0
|
||||
for e in expanded:
|
||||
assert "/ip6/" in str(e)
|
||||
assert "/ip6/" in str(e)
|
||||
|
||||
Reference in New Issue
Block a user