pytest: drop unused imports

Spotted by GitHub Code Quality

Closes #21445
This commit is contained in:
Viktor Szakats 2026-04-25 12:05:32 +02:00
parent 5227dd9c2e
commit 05905b1207
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -26,11 +26,10 @@
#
import logging
import os
from datetime import timedelta
from typing import Generator
import pytest
from testenv import CurlClient, Env, LocalClient, Dnsd
from testenv import CurlClient, Env, Dnsd
log = logging.getLogger(__name__)