Skip to content

Commit 05a0d47

Browse files
committed
chore: fix lint issues
1 parent 6f22f88 commit 05a0d47

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/zeroconf/_utils/ipaddress.pxd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
cdef bint TYPE_CHECKING
2-
31
from .._dns cimport DNSAddress
42

3+
cdef bint TYPE_CHECKING
4+
55

66
cpdef get_ip_address_object_from_record(DNSAddress record)
77

8+
89
@cython.locals(address_str=str)
910
cpdef str_without_scope_id(object addr)
1011

12+
1113
cpdef ip_bytes_and_scope_to_address(object addr, object scope_id)
1214

15+
1316
cdef object cached_ip_addresses_wrapper

0 commit comments

Comments
 (0)