Semantic linefeeds
This commit is contained in:
parent
36d4762498
commit
b6cd5a0847
|
@ -1,3 +1 @@
|
|||
Type stubs now use `typing.dataclass_transform` to decorate dataclass-like
|
||||
decorators, instead of the non-standard `__dataclass_transform__` special
|
||||
form, which is only supported by pyright.
|
||||
Type stubs now use `typing.dataclass_transform` to decorate dataclass-like decorators, instead of the non-standard `__dataclass_transform__` special form, which is only supported by Pyright.
|
||||
|
|
Loading…
Reference in New Issue