Refactor imports across multiple files: remove unused imports to clean up code and improve readability.

This commit is contained in:
Philip Henning 2025-08-18 14:48:11 +02:00
parent 0ac1d588d2
commit dcf28211d8
9 changed files with 9 additions and 15 deletions

View file

@ -7,7 +7,7 @@ and integration with hosts entries.
import pytest
import asyncio
from unittest.mock import AsyncMock, MagicMock, patch
from unittest.mock import AsyncMock, patch
from datetime import datetime, timedelta
import socket