Skip to content

Commit 200babb

Browse files
committed
fixed linter
1 parent 4048d8e commit 200babb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/commands/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ def install_mldiagnostics_yaml(artifact_filename: str):
14201420
try:
14211421
os.remove(artifact_filename)
14221422
xpk_print(f'Successfully deleted local file: {artifact_filename}')
1423-
1423+
14241424
except PermissionError:
14251425
xpk_print(f'Failed to delete file {artifact_filename} due to Permission Error.')
14261426

0 commit comments

Comments
 (0)