Remove never-used but now deprecated np.int (#42)

This commit is contained in:
Victor Sonck 2023-02-07 07:05:01 +01:00 committed by GitHub
parent e09e636214
commit a04d1bda03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,7 +250,6 @@ class TritonPreprocessRequest(BasePreprocessRequest):
np.int8: 'int_contents',
np.int64: 'int64_contents',
np.uint64: 'uint64_contents',
np.int: 'int_contents',
np.int32: 'int_contents',
np.uint: 'uint_contents',
np.bool: 'bool_contents',