We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lint-python.sh
By #1484.
We didn't notice, because CI calls flake8 directly, instead of ./test/lint/lint-python.sh. Another thing to fix.
flake8
./test/lint/lint-python.sh
src/jmqtui/open_wallet_dialog.py:11:1: F401 'PySide2.QtCore.QDate' imported but unused src/jmqtui/open_wallet_dialog.py:11:1: F401 'PySide2.QtCore.QDateTime' imported but unused src/jmqtui/open_wallet_dialog.py:11:1: F401 'PySide2.QtCore.QObject' imported but unused src/jmqtui/open_wallet_dialog.py:11:1: F401 'PySide2.QtCore.QPoint' imported but unused src/jmqtui/open_wallet_dialog.py:11:1: F401 'PySide2.QtCore.QRect' imported but unused src/jmqtui/open_wallet_dialog.py:11:1: F401 'PySide2.QtCore.QTime' imported but unused src/jmqtui/open_wallet_dialog.py:11:1: F401 'PySide2.QtCore.QUrl' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QConicalGradient' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QCursor' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QFontDatabase' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QIcon' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QKeySequence' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QLinearGradient' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QPainter' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QPixmap' imported but unused src/jmqtui/open_wallet_dialog.py:13:1: F401 'PySide2.QtGui.QRadialGradient' imported but unused 16 F401 'PySide2.QtCore.QDate' imported but unused ^---- failure generated from ./test/lint/lint-python.sh
I remember that there were some special handling for this before, because that file is auto-generated from Qt Designer.
The text was updated successfully, but these errors were encountered:
4a1659a
Successfully merging a pull request may close this issue.
By #1484.
We didn't notice, because CI calls
flake8
directly, instead of./test/lint/lint-python.sh
. Another thing to fix.I remember that there were some special handling for this before, because that file is auto-generated from Qt Designer.
The text was updated successfully, but these errors were encountered: