Skip to content

Commit

Permalink
Style fix to be flake8 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod committed Nov 22, 2021
1 parent 30e7973 commit b186223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_run_demo(self):
self.assertEqual(demo.float_range, 1.000)
simple_float_text = simple_float.locate(Textbox())
displayed = simple_float_text.inspect(DisplayedText())
for _ in range(len(displayed)-2):
for _ in range(len(displayed) - 2):
simple_float_text.perform(KeyClick("Backspace"))
simple_float_text.perform(KeyClick("5"))
simple_float_text.perform(KeyClick("Enter"))
Expand Down

0 comments on commit b186223

Please sign in to comment.