Skip to content

Commit

Permalink
Remove never-used but now deprecated np.int (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
thepycoder authored Feb 7, 2023
1 parent e09e636 commit a04d1bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clearml_serving/serving/preprocess_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a04d1bd

Please # to comment.