diff options
| author | Ryan Prichard <rprichard@google.com> | 2023-10-20 15:07:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-20 15:07:59 -0700 |
| commit | af253043190668f8b2030c168ed25903eee531f7 (patch) | |
| tree | af5f7a8a8c5cdd3032347754598136cbc851095e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | a7119a195712eaec53a007832200d3f71c1a2311 (diff) | |
[Workflow] make code-format-helper.py mypy-safe (NFC) (#69691)
Fix type errors that mypy reports with code-format-helper.py.
Add a few return type annotations and change `param: [str]` to
`param: list[str]`.
Leave a few required FormatHelper members missing instead of defining a
placeholder:
- FormatHelper.name
- FormatHelper.friendly_name
- FormatHelper.format_run: NotImplementedError() instead of `pass`
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
