Skip to content

Commit

Permalink
Shut pylance up in plugins.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
heddxh committed Apr 26, 2024
1 parent 42c22fb commit 60bd132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yin_yang/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from typing import List
from ..meta import Desktop
from . import system, colors, gtk, icons, kvantum, wallpaper, custom
from . import firefox, only_office, okular
Expand All @@ -9,7 +10,7 @@
from yin_yang.plugins._plugin import Plugin, ExternalPlugin


def get_plugins(desktop: Desktop) -> [Plugin]:
def get_plugins(desktop: Desktop) -> List[Plugin]:
return [
system.System(desktop),
colors.Colors(desktop),
Expand Down

0 comments on commit 60bd132

Please sign in to comment.