Skip to content

Commit 45f1331

Browse files
autoblackbouwew
authored andcommitted
fixup: Format Python code with Black
1 parent 0170e79 commit 45f1331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ async def device_test(self, smile=Smile, testdata=None):
318318
if "cumulative" in measure_key:
319319
measure = float(
320320
"{:.1f}".format(round(float(data[measure_key]), 1))
321-
)
321+
)
322322
elif float(data[measure_key]) < 10:
323323
measure = float(
324324
"{:.2f}".format(round(float(data[measure_key]), 2))

0 commit comments

Comments
 (0)