Skip to content

Commit

Permalink
Comment the import of the resources module to pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lpozo committed Sep 1, 2020
1 parent 5744638 commit 37cbe24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-menus-toolbars/sample-app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
QToolBar,
)

import qrc_resources
# NOTE: Uncomment this import to enable icons
# import qrc_resources


class Window(QMainWindow):
Expand Down

0 comments on commit 37cbe24

Please sign in to comment.