mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-01 18:13:35 +00:00
chore: format with ruff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user