Use modern syntax in test-case files where possible (#9261)

This commit is contained in:
Alex Waygood
2022-11-23 19:58:11 +00:00
committed by GitHub
parent 956690dec2
commit 01e78c7e81
19 changed files with 73 additions and 33 deletions

View File

@@ -1,4 +1,5 @@
# pyright: reportUnnecessaryTypeIgnoreComment=true
from __future__ import annotations
from invoke import Context, task