Skip to content

Commit 913bf50

Browse files
Bradley-Augstein_finastraBradley-Augstein_finastra
Bradley-Augstein_finastra
authored and
Bradley-Augstein_finastra
committed
#200 indent incorrect
1 parent ea6eacf commit 913bf50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

heracles/notebook.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ class ProgressLogging:
8282
Progress bar without GUI interface.
8383
"""
8484

85-
def __
86-
init__(self, label: str, *, box: List["ProgressLogging"] = None) -> None:
85+
def __init__(self, label: str, *, box: List["ProgressLogging"] = None) -> None:
8786
self.label = label
8887
self.current = 0
8988
self.total = 1 # Default to 1 to avoid division by zero

0 commit comments

Comments
 (0)