refactor(tests): remove unused imports from test_task_scheduler

This commit is contained in:
pyr0ball 2026-03-15 03:27:17 -07:00
parent 5ba654e414
commit 1f2273f049

View file

@ -1,9 +1,6 @@
# tests/test_task_scheduler.py # tests/test_task_scheduler.py
"""Tests for scripts/task_scheduler.py and related db helpers.""" """Tests for scripts/task_scheduler.py and related db helpers."""
import sqlite3 import sqlite3
import threading
import time
from collections import deque
from pathlib import Path from pathlib import Path
import pytest import pytest