We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a3496 commit 8a32156Copy full SHA for 8a32156
Lib/test/dataclass_textanno2.py
@@ -19,7 +19,7 @@ class Foo: # matching name with `dataclass_testanno.Foo`
19
20
@dataclasses.dataclass
21
class WithMatchinNameOverride(dataclass_textanno.Bar):
22
- foo: Foo # we override existing `foo: Foo` with
+ foo: Foo # Existing `foo` annotation should be overridden
23
24
25
@dataclasses.dataclass(init=False)
0 commit comments