Skip to content

Commit

Permalink
[fuchsia-test-runner] Remove usage of kw_only
Browse files Browse the repository at this point in the history
We are still at Python 3.8 in Fuchsia infra. This was introduced at
Python 3.10.
  • Loading branch information
miguelfrde committed Jun 21, 2024
1 parent 25c9f2c commit d94a405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/fuchsia-test-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def atomic_link(link: Path, target: Path):
os.remove(tmp_file)


@dataclass(kw_only=True)
@dataclass
class TestEnvironment:
rust_build_dir: Path
sdk_dir: Path
Expand Down

0 comments on commit d94a405

Please sign in to comment.