Skip to content

Commit 37cbe24

Browse files
committed
Comment the import of the resources module to pass linter
1 parent 5744638 commit 37cbe24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-menus-toolbars/sample-app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
QToolBar,
2424
)
2525

26-
import qrc_resources
26+
# NOTE: Uncomment this import to enable icons
27+
# import qrc_resources
2728

2829

2930
class Window(QMainWindow):

0 commit comments

Comments
 (0)