Skip to content

Commit

Permalink
refactor: tidy codes
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Jun 12, 2024
1 parent 5c5de6c commit 46eb877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@


def plugin_loaded() -> None:
pass
"""Executed when this plugin is loaded."""


def plugin_unloaded() -> None:
pass
"""Executed when this plugin is unloaded."""

0 comments on commit 46eb877

Please sign in to comment.