Skip to content

Commit d94a405

Browse files
committed
[fuchsia-test-runner] Remove usage of kw_only
We are still at Python 3.8 in Fuchsia infra. This was introduced at Python 3.10.
1 parent 25c9f2c commit d94a405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/fuchsia-test-runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def atomic_link(link: Path, target: Path):
112112
os.remove(tmp_file)
113113

114114

115-
@dataclass(kw_only=True)
115+
@dataclass
116116
class TestEnvironment:
117117
rust_build_dir: Path
118118
sdk_dir: Path

0 commit comments

Comments
 (0)