Skip to content

Commit eb34586

Browse files
.
1 parent 0b82e23 commit eb34586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyartnet/base/network.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
from asyncio import get_running_loop
55
from ipaddress import AddressValueError, IPv4Address, IPv6Address
66
from socket import AF_INET, AF_INET6, AF_UNSPEC, SOCK_DGRAM
7-
from typing import Final, Literal, override
7+
from typing import Final, Literal
88

9-
from typing_extensions import Self
9+
from typing_extensions import Self, override
1010

1111

1212
USE_IP_VERSION: Final = Literal['auto', 'v4', 'v6']

0 commit comments

Comments
 (0)