From 2f5af3173253cb49946315c7031f52f12c667aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Tue, 2 Jul 2024 15:04:24 +0200 Subject: [PATCH] fix flake --- plugin/rename_file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/rename_file.py b/plugin/rename_file.py index 8ef5b770a..9d0015391 100644 --- a/plugin/rename_file.py +++ b/plugin/rename_file.py @@ -143,4 +143,3 @@ def notify_did_rename(self, rename_file_params: RenameFilesParams, path: str, vi continue if FileOperationFilterMatcher(filters).matches(path, view): s.send_notification(Notification.didRenameFiles(rename_file_params)) -