Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Jul 2, 2024
1 parent 4785d49 commit 2f5af31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/rename_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 2f5af31

Please sign in to comment.