Commit 270e3072 authored by Michal Čihař's avatar Michal Čihař

Fix PEP-8 coding style

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f2cf3abe
......@@ -118,7 +118,9 @@ class SeleniumTests(LiveServerTestCase, RegistrationTestMixin):
cls.driver.implicitly_wait(10)
cls.actions = webdriver.ActionChains(cls.driver)
jobid = cls.driver.session_id
print('Sauce Labs job: https://saucelabs.com/jobs/{}'.format(jobid))
print(
'Sauce Labs job: https://saucelabs.com/jobs/{}'.format(jobid)
)
super(SeleniumTests, cls).setUpClass()
def setUp(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment