Skip to content

Commit 6a12ce7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d1ec4ce commit 6a12ce7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

testing/test_fillable.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,7 @@ def __locator__(self):
318318
class TestForm(View):
319319
input1 = TextInput(name="input1")
320320
no_fill_widget = NoFillWidget()
321-
fill_strategy = WaitFillViewStrategy(
322-
wait_widget=0.1
323-
) # Very short timeout to fail quickly
321+
fill_strategy = WaitFillViewStrategy(wait_widget=0.1) # Very short timeout to fail quickly
324322

325323
view = TestForm(browser)
326324
view.fill_strategy.context = FillContext(parent=view, logger=log.null_logger)

0 commit comments

Comments
 (0)