Skip to content

Commit c44c075

Browse files
committed
Stop defining plugin_{,un}loaded functions that aren't doing anything
1 parent 42179a9 commit c44c075

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

boot.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
from .src.blame_inline import * # noqa: F401,F403
66
from .src.blame_instadiff import * # noqa: F401,F403
77

8+
# def plugin_loaded():
9+
# pass
810

9-
def plugin_loaded():
10-
pass
11-
12-
13-
def plugin_unloaded():
14-
pass
11+
# def plugin_unloaded():
12+
# pass

0 commit comments

Comments
 (0)