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

@@ -15,6 +15,7 @@ from PySide6 import QtGui, QtCore
from MyWidget import MyWidget
# pylint: disable=too-few-public-methods
class MyWidget3(MyWidget):
def __init__(self, parent=None):