mirror of https://github.com/astral-sh/ruff
[ty] Add test case for fixed panic (#21832)
This commit is contained in:
parent
285d6410d3
commit
857fd4f683
|
|
@ -0,0 +1,4 @@
|
|||
from __future__ import annotations
|
||||
|
||||
class MyClass:
|
||||
type: type = str
|
||||
Loading…
Reference in New Issue