Skip to content

Commit dd38f68

Browse files
committed
tweak
1 parent 4db915b commit dd38f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zeroconf/_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
import logging
2424
import sys
25-
from typing import Any, Dict, Union, cast
2625
from types import TracebackType
26+
from typing import Any, Dict, Union, cast
2727

2828
log = logging.getLogger(__name__.split('.', maxsplit=1)[0])
2929
log.addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)