Skip to content

Commit

Permalink
Fix bad import on gtk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chase9 committed Apr 19, 2024
1 parent fabd5d4 commit 0736169
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yin_yang/plugins/gtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
from yin_yang import helpers

from ..meta import Desktop
from ._plugin import DBusPlugin, PluginCommandline, PluginDesktopDependent
from ._plugin import (
DBusPlugin,
PluginCommandline,
PluginDesktopDependent,
themes_from_theme_directories,
)
from .system import test_gnome_availability

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 0736169

Please sign in to comment.