Skip to content

Commit 3b97022

Browse files
committed
Remove unused imports
1 parent 85966a8 commit 3b97022

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qa/L0_grpc/grpc_client_plugin_test.py

-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
2525
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
import sys
28-
from functools import partial
2928
import json
3029

3130
sys.path.append("../common")
3231

3332
import unittest
34-
from unittest.mock import AsyncMock, patch, MagicMock
3533
import numpy as np
3634
import test_util as tu
3735
import tritonclient.grpc as tritongrpcclient

0 commit comments

Comments
 (0)