refactor(tests): remove unused imports from test_task_scheduler
This commit is contained in:
parent
5ba654e414
commit
1f2273f049
1 changed files with 0 additions and 3 deletions
|
|
@ -1,9 +1,6 @@
|
|||
# tests/test_task_scheduler.py
|
||||
"""Tests for scripts/task_scheduler.py and related db helpers."""
|
||||
import sqlite3
|
||||
import threading
|
||||
import time
|
||||
from collections import deque
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue