Skip to content

Commit 59a6e7b

Browse files
committed
pep8
1 parent 851d823 commit 59a6e7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testapp/tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ def test_with_initial(self):
6161

6262
class wait_for_utils_script(object):
6363
def __call__(self, driver):
64-
return driver.execute_script("return window.intlTelInputUtils !== undefined")
64+
return driver.execute_script(
65+
"return window.intlTelInputUtils !== undefined"
66+
)
6567

6668

6769
class AcceptanceTest(StaticLiveServerTestCase):

0 commit comments

Comments
 (0)