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 f54dc7b3936f1bd751db710cfc2fec1652159a3f..88007827eb5d2ffda60a127e664c00b921875d04 lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- TestQueueFromStdModule.py 2023-10-13 09:48:07.000000 +0000 +++ TestQueueFromStdModule.py 2023-10-13 09:59:38.937621 +0000 @@ -8,11 +8,15 @@ class TestQueue(TestBase): @add_test_categories(["libc++"]) @skipIf(compiler=no_match("clang")) - @skipIf(compiler="clang", compiler_version=[">", "16.0"], bugnumber="https://github.com/llvm/llvm-project/issues/68968") + @skipIf( + compiler="clang", + compiler_version=[">", "16.0"], + bugnumber="https://github.com/llvm/llvm-project/issues/68968", + ) def test(self): self.build() lldbutil.run_to_source_breakpoint( self, "// Set break point at this line.", lldb.SBFileSpec("main.cpp") `````````` </details> https://github.com/llvm/llvm-project/pull/68970 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits