[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.
This commit is contained in:
parent
25c9f2ca06
commit
d94a40516e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue