github-actions[bot] wrote: <!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning: <details> <summary> You can test this locally with the following command: </summary> ``````````bash darker --check --diff -r origin/main...HEAD lldb/packages/Python/lldbsuite/test/decorators.py `````````` :warning: The reproduction instructions above might return results for more than one PR in a stack if you are using a stacked PR workflow. You can limit the results by changing `origin/main` to the base branch/commit you want to compare against. :warning: </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- decorators.py 2025-09-05 10:56:28.000000 +0000 +++ decorators.py 2025-09-05 10:59:31.772274 +0000 @@ -1,7 +1,7 @@ # System modules -from __future__ import annotations # allow the use of `list[str]` in Python 3.8 +from __future__ import annotations # allow the use of `list[str]` in Python 3.8 from functools import wraps from packaging import version import ctypes import locale import os `````````` </details> https://github.com/llvm/llvm-project/pull/156868 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits