Skip to content

Commit

Permalink
Remove unused local variable: slash_locations
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
  • Loading branch information
yeahdongcn committed May 17, 2023
1 parent 39a2209 commit 874440c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/mlflow-triton-plugin/mlflow_triton/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def clean_path(self, s3_path):

# Remove extra internal slashes
true_path = path[ltrim_length:rtrim_length + 1]
slash_locations = []
previous_slash = False
for i in range(len(true_path)):
if true_path[i] == '/':
Expand Down

0 comments on commit 874440c

Please sign in to comment.