fix a few missed pylint issues

This commit is contained in:
Allen Winter
2022-07-11 08:36:12 -04:00
parent 800d97c352
commit 518724132b
8 changed files with 8 additions and 2 deletions

View File

@@ -11,8 +11,8 @@
# pylint: disable=missing-module-docstring,missing-function-docstring,missing-class-docstring
# pylint: disable=no-name-in-module
from PyKDDockWidgetsQt6 import KDDockWidgets
from PySide6 import QtCore, QtWidgets, QtGui
from MyWidget1 import MyWidget1