We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3624f6 commit a392c86Copy full SHA for a392c86
1 file changed
launchable/test_runners/playwright.py
@@ -3,9 +3,8 @@
3
# https://playwright.dev/
4
#
5
import json
6
-import os
7
-from typing import Dict, Generator, List
8
from pathlib import Path
+from typing import Dict, Generator, List
9
10
import click
11
from junitparser import TestCase, TestSuite # type: ignore
0 commit comments