mirror of https://github.com/leafspark/AutoGGUF
style: reformat TaskListItem.py
This commit is contained in:
parent
ca9f9a4a76
commit
86d7bbba2d
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
|
|
||||||
class TaskListItem(QWidget):
|
class TaskListItem(QWidget):
|
||||||
def __init__(self, task_name, log_file, show_progress_bar=True, parent=None) -> None:
|
def __init__(
|
||||||
|
self, task_name, log_file, show_progress_bar=True, parent=None
|
||||||
|
) -> None:
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
self.task_name = task_name
|
self.task_name = task_name
|
||||||
self.log_file = log_file
|
self.log_file = log_file
|
||||||
|
|
Loading…
Reference in New Issue