Skip to content

Commit

Permalink
more general?
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Jul 23, 2024
1 parent c4467bc commit 893cd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/test/teststubgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ def test_generic_class(self) -> None:
exec("class Test[A]: ...")

# type: ignore used for older versions of python type checking
class TestClass[A]: ... # type: ignore[syntax]
class TestClass[A]: ... # type: ignore

output: list[str] = []
mod = ModuleType("module", "")
Expand Down

0 comments on commit 893cd54

Please sign in to comment.