Skip to content

Commit 6e2c030

Browse files
committed
fix: remove unused imports from test file to pass pre-commit lint
1 parent d5d13a7 commit 6e2c030

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/test_empty_store_results.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@
99

1010
import json
1111
import queue
12-
import threading
1312
from unittest.mock import MagicMock, patch
1413

15-
import pytest
16-
1714
from wherobots.db.connection import Connection, Query
18-
from wherobots.db.cursor import Cursor
19-
from wherobots.db.models import ExecutionResult, Store, StoreResult
20-
from wherobots.db.types import EventKind, ExecutionState, StorageFormat
15+
from wherobots.db.models import ExecutionResult, Store
16+
from wherobots.db.types import ExecutionState, StorageFormat
2117

2218

2319
class TestEmptyStoreResults:

0 commit comments

Comments
 (0)