Addon Manager: Pylint and Black cleanup

This commit is contained in:
Chris Hennes
2023-03-26 19:01:33 -05:00
parent fcda1ffc25
commit a5ddf3d255
3 changed files with 85 additions and 76 deletions

View File

@@ -22,11 +22,12 @@
# ***************************************************************************
"""Wrap QtCore imports so that can be replaced when running outside of FreeCAD (e.g. for
unit tests, etc. Only provides wrappers for the things commonly used by the Addon
unit tests, etc.) Only provides wrappers for the things commonly used by the Addon
Manager."""
try:
from PySide import QtCore
QObject = QtCore.QObject
Signal = QtCore.Signal