From a51ebd7e92dd96ab5367d5009f9dbbcae8b00c6c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 11 Aug 2023 12:38:04 +0100 Subject: [PATCH] Update git submodules * Update hacking from branch 'master' to f4c3128ac9c92fcae40658c3949f5b30fa727c21 - Improve H212 failure message This currently fails with: H212: Use assert{type(A),B} instance which makes no sense. What we actually want is for users to use use assertIsInstance. Correct this. Change-Id: I99b01bf2349aede0e90b5fb3702c5637aad412bc Signed-off-by: Stephen Finucane --- hacking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking b/hacking index 8d0a4a1874..f4c3128ac9 160000 --- a/hacking +++ b/hacking @@ -1 +1 @@ -Subproject commit 8d0a4a18747dd7023a684123799f5773c49de0f3 +Subproject commit f4c3128ac9c92fcae40658c3949f5b30fa727c21