summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorRyan Prichard <rprichard@google.com>2023-10-20 15:07:59 -0700
committerGitHub <noreply@github.com>2023-10-20 15:07:59 -0700
commitaf253043190668f8b2030c168ed25903eee531f7 (patch)
treeaf5f7a8a8c5cdd3032347754598136cbc851095e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parenta7119a195712eaec53a007832200d3f71c1a2311 (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