Skip to content

Commit

Permalink
Fixed errors on older Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 30, 2023
1 parent 55f870c commit d8e34fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_typechecked.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def method(self, x: int) -> None:
],
)
def test_typechecked_disabled_in_optimized_mode(
tmp_path: Path, flags: list[str], expected_return_code: int
tmp_path: Path, flags: List[str], expected_return_code: int
):
code = dedent(
"""
Expand Down

0 comments on commit d8e34fc

Please sign in to comment.