diff options
| author | Christian Tismer <tismer@stackless.com> | 2024-09-05 18:16:36 +0200 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2024-09-06 10:40:36 +0200 |
| commit | 5f3cd312fba516d805a753f87f600cd8cf11f1e9 (patch) | |
| tree | ed06fb403cf02629aea7b1199a7cc70dd27d7b54 /build_scripts/platforms/unix.py | |
| parent | 0b08eacaaa8fd1c6ca50ab339ee93a9621b8999a (diff) | |
type hints: Fix some systematic problems
__str__ and __repr__ are simply fixed by returning str instead
of PyObject.
__reduce__ actually has return type "str | tuple[Any, ...]",
but using str here too fits the purpose.
Errors before: 533
Errors after: 450
Change-Id: I6dd3527d3f5f3f035e667d0ca3c8f123e94e844f
Task-number: PYSIDE-2846
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'build_scripts/platforms/unix.py')
0 files changed, 0 insertions, 0 deletions
