Skip to content

Commit 5ef3137

Browse files
chore(pre-commit.ci): auto fixes
1 parent 27e1980 commit 5ef3137

4 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/zeroconf/_services/info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import asyncio
2424
import random
25-
import sys
2625
from typing import TYPE_CHECKING, Dict, List, Optional, Set, Union, cast
2726

2827
from .._cache import DNSCache

src/zeroconf/_utils/ipaddress.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
bytes_ = bytes
3737
int_ = int
3838

39+
3940
class ZeroconfIPv4Address(IPv4Address):
4041
__slots__ = ("__hash__", "_is_link_local", "_is_loopback", "_is_unspecified", "_str", "zc_integer")
4142

tests/services/test_info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import logging
88
import os
99
import socket
10-
import sys
1110
import threading
1211
import unittest
1312
from ipaddress import ip_address

tests/utils/test_ipaddress.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
"""Unit tests for zeroconf._utils.ipaddress."""
44

5-
import sys
6-
7-
import pytest
8-
95
from zeroconf import const
106
from zeroconf._dns import DNSAddress
117
from zeroconf._utils import ipaddress

0 commit comments

Comments
 (0)