Skip to content

Commit

Permalink
Reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanglin-Tao committed May 13, 2024
1 parent 79d8269 commit 9c69502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@pytest.fixture(scope="class")
def browser():
# Setup Selenium
if os.getenv('CI'):
if os.getenv("CI"):
service = Service()
else:
service = Service(executable_path="/opt/homebrew/bin/chromedriver")
Expand Down

0 comments on commit 9c69502

Please sign in to comment.