We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603f1b3 commit ffa85bfCopy full SHA for ffa85bf
src/ducktools/classbuilder/prefab.pyi
@@ -132,7 +132,6 @@ class Prefab(metaclass=SlotMakerMeta):
132
@dataclass_transform(field_specifiers=(Attribute, attribute))
133
def prefab(
134
cls: type[_T],
135
- /,
136
*,
137
init: bool = ...,
138
repr: bool = ...,
@@ -149,7 +148,6 @@ def prefab(
149
148
150
151
cls: None = None,
152
153
154
155
0 commit comments