Skip to content

Commit c5d7486

Browse files
committed
Delete now unnecessary method
1 parent fb06fd8 commit c5d7486

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/blame_inline.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ def __init__(self, view):
3030
# Show it immediately for the initially selected line.
3131
self.show_inline_blame()
3232

33-
def run(self, edit):
34-
# Unlike the other BaseBlame subclasses, we are reactive, not a sublime_plugin.Command
35-
pass
36-
3733
@classmethod
3834
def is_applicable(cls, view_settings):
3935
if not cls.pkg_setting_callback_added:

0 commit comments

Comments
 (0)