Fix ci (dhcp tests) (#128207)

remove unused import
This commit is contained in:
Michael 2024-10-12 02:20:54 +02:00 committed by GitHub
parent bd97a0dfe3
commit 8e9e738bb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,10 +8,7 @@ from unittest.mock import patch
import aiodhcpwatcher
import pytest
from scapy import (
arch, # noqa: F401
interfaces,
)
from scapy import interfaces
from scapy.error import Scapy_Exception
from scapy.layers.dhcp import DHCP
from scapy.layers.l2 import Ether