Skip to content

Commit 5e365f1

Browse files
committed
fix: remove unused import of MagicMock in test_influxdb_client_3.py
1 parent fb7b3f9 commit 5e365f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_influxdb_client_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22
import unittest
3-
from unittest.mock import patch, MagicMock
3+
from unittest.mock import patch
44

55
from pytest_httpserver import HTTPServer
66

0 commit comments

Comments
 (0)