Skip to content

Commit 874440c

Browse files
committed
Remove unused local variable: slash_locations
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent 39a2209 commit 874440c

File tree

1 file changed

+0
-1
lines changed
  • deploy/mlflow-triton-plugin/mlflow_triton

1 file changed

+0
-1
lines changed

deploy/mlflow-triton-plugin/mlflow_triton/config.py

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def clean_path(self, s3_path):
124124

125125
# Remove extra internal slashes
126126
true_path = path[ltrim_length:rtrim_length + 1]
127-
slash_locations = []
128127
previous_slash = False
129128
for i in range(len(true_path)):
130129
if true_path[i] == '/':

0 commit comments

Comments
 (0)