Skip to content

Commit 5fdba74

Browse files
committed
fix linting
1 parent c190c2f commit 5fdba74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/integration_tests/selenium_generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ def setup_method(self, method):
7171
opt.add_argument("--headless")
7272

7373
# Define the chrome driver path
74-
ser=Service('/usr/bin/chromedriver')
74+
ser = Service('/usr/bin/chromedriver')
7575

7676
# Initiate the Chromedriver by passing options as argument
77-
self.driver = webdriver.Chrome(service=ser,options=opt)
77+
self.driver = webdriver.Chrome(service=ser, options=opt)
7878

7979
# self.driver = webdriver.Remote(
8080
# command_executor='http://chrome:4444/wd/hub', options=opt)

0 commit comments

Comments
 (0)