Skip to content

Commit fb2e7c7

Browse files
authored
chore: add trailing comma for consistent black formatting (#208)
1 parent a22ee09 commit fb2e7c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pytest_playwright/pytest_playwright.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,10 @@ def pytest_addoption(parser: Any) -> None:
386386
help="Run tests with slow mo",
387387
)
388388
group.addoption(
389-
"--device", default=None, action="store", help="Device to be emulated."
389+
"--device",
390+
default=None,
391+
action="store",
392+
help="Device to be emulated.",
390393
)
391394
group.addoption(
392395
"--output",

0 commit comments

Comments
 (0)