Skip to content

Commit b419f32

Browse files
chore(pre-commit.ci): auto fixes
1 parent ae40666 commit b419f32

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/services/test_info.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,11 +1882,13 @@ async def test_unicast_flag_if_requested():
18821882

18831883
def async_send(out: DNSOutgoing, addr=const._MDNS_ADDR, port=const._MDNS_PORT):
18841884
"""Sends an outgoing packet."""
1885-
for question in out.questions:
1885+
for question in out.questions:
18861886
assert question.unicast
18871887

18881888
# patch the zeroconf send
18891889
with patch.object(aiozc.zeroconf, "async_send", async_send):
1890-
await aiozc.async_get_service_info(f"willnotbefound.{type_}", type_, question_type=r.DNSQuestionType.QU)
1890+
await aiozc.async_get_service_info(
1891+
f"willnotbefound.{type_}", type_, question_type=r.DNSQuestionType.QU
1892+
)
18911893

18921894
await aiozc.async_close()

0 commit comments

Comments
 (0)