Skip to content

Commit 76eec10

Browse files
committed
Remove unused import function
1 parent 1f96abd commit 76eec10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

qa/L0_input_validation/input_validation_test.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@
3636
import tritonclient.grpc as tritongrpcclient
3737
import tritonclient.http as tritonhttpclient
3838
import tritonclient.utils as utils
39-
from tritonclient.utils import (
40-
InferenceServerException,
41-
np_to_triton_dtype,
42-
shared_memory,
43-
)
39+
from tritonclient.utils import InferenceServerException, shared_memory
4440

4541

4642
class InputValTest(unittest.TestCase):

0 commit comments

Comments
 (0)