Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 71b3857

Browse files
committed
lint
1 parent fde5bdd commit 71b3857

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test_integration.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,9 +1555,8 @@ def update_output(value):
15551555
self.assertEqual(
15561556
call_count.value,
15571557
# an initial call to retrieve the first value
1558-
1 +
1559-
# one for each hello world character # noqa: W504
1560-
len('hello world')
1558+
# plus one for each hello world character
1559+
1 + len('hello world')
15611560
)
15621561

15631562
def test_store_type_updates(self):

0 commit comments

Comments
 (0)