Skip to content

Commit 7dc58bc

Browse files
author
builderdev212
committed
fix formatting
1 parent 3ae3f76 commit 7dc58bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

problems/getting-started/output-zero/tb/constant_zero.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ def get_signals(self):
2121

2222
async def zero_check(self):
2323
if int(self.zero.value) != 0:
24-
raise DataError(f"Output should always be 0, got {self.zero.value} instead.")
24+
raise DataError(
25+
f"Output should always be 0, got {self.zero.value} instead."
26+
)

0 commit comments

Comments
 (0)