Skip to content

Commit

Permalink
fix: show icons by importing recources_rc in ORSToolsDialog
Browse files Browse the repository at this point in the history
Ruff will complain about an unused import, which is why `# noqa` is needed.
  • Loading branch information
merydian committed Dec 13, 2023
1 parent 3a82861 commit 80c106a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
from .ORStoolsDialogConfig import ORStoolsDialogConfigMain
from .ORStoolsDialogUI import Ui_ORStoolsDialogBase

from . import resources_rc # noqa: F401


def on_config_click(parent):
"""Pop up provider config window. Outside of classes because it's accessed by multiple dialogs.
Expand Down

0 comments on commit 80c106a

Please sign in to comment.