Skip to content

Commit

Permalink
style(ruff): enable I
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 25, 2023
1 parent 304940f commit 95f78ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 95f78ae

Please sign in to comment.