Semantic linefeeds

This commit is contained in:
Hynek Schlawack 2023-07-07 14:36:55 +02:00
parent 36d4762498
commit b6cd5a0847
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 1 additions and 3 deletions

View File

@ -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.