Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fre-sch committed Dec 2, 2018
1 parent e35fc87 commit 412d5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mhw_armor_edit/editor/itm_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

from PyQt5 import uic
from PyQt5.QtCore import (QAbstractTableModel, QModelIndex, Qt)
from PyQt5.QtWidgets import (QWidget, QHeaderView,
QDataWidgetMapper, QStackedLayout)
from PyQt5.QtWidgets import (QHeaderView,
QDataWidgetMapper)

from mhw_armor_edit.assets import Assets
from mhw_armor_edit.editor.models import EditorPlugin
Expand Down

0 comments on commit 412d5bd

Please sign in to comment.