Skip to content

Commit

Permalink
Fix restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Nov 14, 2024
1 parent a3fa1dd commit 78a768a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/python_testing/mdns_discovery/mdns_async_service_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
from random import randint
from typing import TYPE_CHECKING, Optional

from zeroconf import (BadTypeInNameException, DNSOutgoing, DNSQuestion, DNSQuestionType, ServiceInfo, Zeroconf, current_time_millis, service_type_name)
from zeroconf._utils.net import _encode_address
from zeroconf.const import (_CLASS_IN, _DUPLICATE_QUESTION_INTERVAL, _FLAGS_QR_QUERY, _LISTENER_TIME,
_MDNS_PORT, _TYPE_A, _TYPE_AAAA, _TYPE_SRV, _TYPE_TXT)
from zeroconf import (BadTypeInNameException, DNSOutgoing, DNSQuestion, DNSQuestionType, ServiceInfo, Zeroconf, current_time_millis,
service_type_name)
from zeroconf.const import (_CLASS_IN, _DUPLICATE_QUESTION_INTERVAL, _FLAGS_QR_QUERY, _LISTENER_TIME, _MDNS_PORT, _TYPE_A,
_TYPE_AAAA, _TYPE_SRV, _TYPE_TXT)

_AVOID_SYNC_DELAY_RANDOM_INTERVAL = (20, 120)

Expand Down

0 comments on commit 78a768a

Please sign in to comment.