Skip to content

Commit 66fc5e8

Browse files
author
autoblack
committed
fixup: move-formatting Python code reformatted using Black
1 parent 712d1bd commit 66fc5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_smile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ async def device_test(self, smile=Smile, testdata=None):
316316
)
317317
if isinstance(data[measure_key], float):
318318
if all(
319-
item in measure_key
320-
for item in ['electricity', 'cumulative']
319+
item in measure_key
320+
for item in ["electricity", "cumulative"]
321321
):
322322
measure = float(
323323
"{:.1f}".format(

0 commit comments

Comments
 (0)