chore: format with ruff

This commit is contained in:
Travis Abendshien
2026-06-29 11:55:01 -07:00
parent a865573c4b
commit a01b5c423b

View File

@@ -53,7 +53,7 @@ class ProgressWidget(QWidget):
self, function: Callable, update_label_callback: Callable | None, *done_callbacks
):
"""Display the progress widget from a threaded iterable function.
Method expects the iterable to yield the number of completed objects.
"""
iterator = FunctionIterator(function)