Skip to content

Commit

Permalink
Annotate the run method
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Nov 19, 2023
1 parent d82bf35 commit 6a5babc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/interfaces/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import os
import re

import sublime
from sublime_plugin import WindowCommand

from ..commands import GsNavigate
Expand Down Expand Up @@ -403,6 +404,7 @@ class gs_tags_delete(TagsInterfaceCommand):

@on_worker
def run(self, edit):
# type: (sublime.Edit) -> None
local_tags = self.delete_local()
remote_tags = self.delete_remote()
if local_tags or remote_tags:
Expand Down

0 comments on commit 6a5babc

Please sign in to comment.