Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2023
1 parent df62d89 commit 588ba7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest_pyodide/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ def get_driver(self, jspi=False):
options = Options()
if GLOBAL_SAFARI_WEBDRIVER is not None:
instance = Safari(
options=options, service=GLOBAL_SAFARI_WEBDRIVER,
options=options,
service=GLOBAL_SAFARI_WEBDRIVER,
)
else:
instance = Safari(options=options)
Expand Down

0 comments on commit 588ba7c

Please sign in to comment.