Skip to content

Commit

Permalink
chore: add trailing comma for consistent black formatting (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk authored Feb 11, 2024
1 parent a22ee09 commit fb2e7c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pytest_playwright/pytest_playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,10 @@ def pytest_addoption(parser: Any) -> None:
help="Run tests with slow mo",
)
group.addoption(
"--device", default=None, action="store", help="Device to be emulated."
"--device",
default=None,
action="store",
help="Device to be emulated.",
)
group.addoption(
"--output",
Expand Down

0 comments on commit fb2e7c7

Please sign in to comment.