From 6aa6c9464450a9ca2991b9d0ebb8012694b3c03a Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Wed, 10 Oct 2018 14:38:58 -0400 Subject: [PATCH] LINT --- test/conftest.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/conftest.py b/test/conftest.py index 1c926d38e..5aaa29636 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -114,8 +114,10 @@ class SeleniumWrapper: """ window.done = false; pyodide.runPythonAsync({!r}) - .then(function(output) {{ window.output = output; window.error = false; }}, - function(output) {{ window.output = output; window.error = true; }}) + .then(function(output) + {{ window.output = output; window.error = false; }}, + function(output) + {{ window.output = output; window.error = true; }}) .finally(() => window.done = true); """.format(code) )