Skip to content

Commit 1c221a7

Browse files
committed
darker lint
1 parent dea75d7 commit 1c221a7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,4 @@ def test_attach_with_invalid_targetId(self):
8282

8383
resp = self.attach(targetId=99999, expectFailure=True)
8484
self.assertFalse(resp["success"])
85-
self.assertIn(
86-
"Unable to find existing target", resp["body"]["error"]["format"]
87-
)
85+
self.assertIn("Unable to find existing target", resp["body"]["error"]["format"])

0 commit comments

Comments
 (0)