From 95f78aef728753eedb382b29338ad4090aa9d088 Mon Sep 17 00:00:00 2001 From: actionless Date: Wed, 25 Jan 2023 23:51:13 +0100 Subject: [PATCH] style(ruff): enable I --- oomox_plugin.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/oomox_plugin.py b/oomox_plugin.py index 28b2db7..2479934 100644 --- a/oomox_plugin.py +++ b/oomox_plugin.py @@ -3,10 +3,9 @@ from gi.repository import Gtk -from oomox_gui.export_common import FileBasedExportDialog, ExportConfig -from oomox_gui.plugin_api import OomoxExportPlugin +from oomox_gui.export_common import ExportConfig, FileBasedExportDialog from oomox_gui.i18n import translate - +from oomox_gui.plugin_api import OomoxExportPlugin PLUGIN_DIR = os.path.dirname(os.path.realpath(__file__)) OOMOXIFY_SCRIPT_PATH = os.path.join(