fix: remove unused Path import in test_device_store
All checks were successful
Lint & Test / test (push) Successful in 1m22s

This commit is contained in:
2026-03-25 11:40:47 +03:00
parent 2da5c047f9
commit d2b3fdf786

View File

@@ -1,7 +1,6 @@
"""Tests for DeviceStore — device CRUD, persistence, name uniqueness, thread safety."""
from concurrent.futures import ThreadPoolExecutor, as_completed
from pathlib import Path
import pytest