Skip to content

Commit 6f22f88

Browse files
committed
chore: fix lint issues
1 parent 80972dd commit 6f22f88

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/zeroconf/_handlers/answers.pxd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ cdef class AnswerGroup:
2020
cdef public cython.dict answers
2121

2222

23-
24-
2523
cdef object _FLAGS_QR_RESPONSE_AA
2624
cdef object NAME_GETTER
2725

@@ -31,5 +29,6 @@ cpdef DNSOutgoing construct_outgoing_unicast_answers(
3129
cython.dict answers, bint ucast_source, cython.list questions, object id_
3230
)
3331

32+
3433
@cython.locals(answer=DNSRecord, additionals=cython.set, additional=DNSRecord)
3534
cdef void _add_answers_additionals(DNSOutgoing out, cython.dict answers)

0 commit comments

Comments
 (0)