Skip to content

Commit a392c86

Browse files
committed
Remove unused imports
1 parent c3624f6 commit a392c86

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

launchable/test_runners/playwright.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# https://playwright.dev/
44
#
55
import json
6-
import os
7-
from typing import Dict, Generator, List
86
from pathlib import Path
7+
from typing import Dict, Generator, List
98

109
import click
1110
from junitparser import TestCase, TestSuite # type: ignore

0 commit comments

Comments
 (0)