Skip to content

Commit

Permalink
Clear and repair imports
Browse files Browse the repository at this point in the history
  • Loading branch information
l0drex committed Jan 20, 2024
1 parent b0e67ab commit 6a0c5eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions yin_yang/plugins/gtk.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import logging
import subprocess
from os import scandir, path
from pathlib import Path
import subprocess

from PySide6.QtDBus import QDBusConnection, QDBusMessage
from PySide6.QtDBus import QDBusMessage

from ..meta import Desktop
from ._plugin import PluginDesktopDependent, Plugin, PluginCommandline, DBusPlugin
from ._plugin import PluginDesktopDependent, PluginCommandline, DBusPlugin
from .system import test_gnome_availability
from ..meta import Desktop

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion yin_yang/plugins/only_office.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from configparser import ConfigParser
from pathlib import Path

from meta import FileFormat
from ..meta import FileFormat
from ._plugin import ConfigFilePlugin, flatpak_user


Expand Down
2 changes: 1 addition & 1 deletion yin_yang/plugins/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from os.path import isdir, isfile
from pathlib import Path

from meta import FileFormat
from ..meta import FileFormat
from ._plugin import flatpak_system, flatpak_user, snap_path, ConfigFilePlugin

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 6a0c5eb

Please sign in to comment.