Skip to content

Commit d84dd4f

Browse files
pre-commit-ci[bot]bdraco
authored andcommitted
chore(pre-commit.ci): auto fixes
1 parent 009d321 commit d84dd4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/zeroconf/_dns.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
import enum
99
import socket
10-
from typing import TYPE_CHECKING, Any, cast
10+
from typing import TYPE_CHECKING, Any
1111

1212
from ._exceptions import AbstractMethodException
1313
from ._utils.net import _is_v6_address
1414
from ._utils.time import current_time_millis
15-
from .const import _CLASS_MASK, _CLASS_UNIQUE, _CLASSES, _TYPE_ANY, _TYPES
15+
from .const import _CLASS_MASK, _CLASS_UNIQUE, _TYPE_ANY
1616

1717
_LEN_BYTE = 1
1818
_LEN_SHORT = 2

0 commit comments

Comments
 (0)