Skip to content

Commit 7286042

Browse files
committed
feat: fix pre-commit checks
Signed-off-by: Lukas Reining <[email protected]>
1 parent 67e4368 commit 7286042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22
import uuid
33
from concurrent.futures import ThreadPoolExecutor
4-
from unittest.mock import MagicMock, Mock
4+
from unittest.mock import MagicMock
55

66
import pytest
77

0 commit comments

Comments
 (0)