Skip to content

Commit f66bfbc

Browse files
committed
lint
1 parent 8dcbeaf commit f66bfbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

zeroconf/_services/browser.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
import threading
2424
import warnings
2525
from collections import OrderedDict
26-
from typing import Any, Callable, Dict, List, Optional, Set, TYPE_CHECKING, Tuple, Union, cast
26+
from typing import Callable, Dict, List, Optional, Set, TYPE_CHECKING, Tuple, Union, cast
2727

2828
from .._cache import _UniqueRecordsType
2929
from .._dns import DNSAddress, DNSPointer, DNSQuestion, DNSRecord
3030
from .._protocol import DNSOutgoing
3131
from .._services import (
32-
ServiceStateChange,
32+
RecordUpdateListener,
3333
ServiceListener,
34+
ServiceStateChange,
3435
Signal,
3536
SignalRegistrationInterface,
36-
RecordUpdateListener,
3737
)
3838
from .._utils.name import service_type_name
3939
from .._utils.time import current_time_millis, millis_to_seconds

0 commit comments

Comments
 (0)