Precommit: formatting fixes after Black update

This commit is contained in:
Chris Hennes
2024-04-04 23:19:23 -05:00
parent d429c2f512
commit 0f6ef9571f
16 changed files with 19 additions and 17 deletions

View File

@@ -53,7 +53,6 @@ _TOTAL_INCREMENTS = 1000
class WidgetProgressBar(QtWidgets.QWidget):
"""A multipart progress bar widget, including a stop button and a status label. Defaults to a
single range with 100 increments, but can be configured with any number of major and minor
ranges. Clicking the stop button will emit a signal, but does not otherwise affect the

View File

@@ -45,7 +45,6 @@ class ReadmeDataType(IntEnum):
class ReadmeController(QtCore.QObject):
"""A class that can provide README data from an Addon, possibly loading external resources such
as images"""

View File

@@ -117,7 +117,6 @@ def call_pip(args) -> List[str]:
class PythonPackageManager:
"""A GUI-based pip interface allowing packages to be updated, either individually or all at
once."""