From 102660e7d1975f9cc3bd4c3984eae9306d03acc4 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Sat, 17 Aug 2024 18:10:02 +1200 Subject: [PATCH] ldb:tests:api_simple uses conventional 4 space indent Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider --- lib/ldb/tests/python/api_simple.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ldb/tests/python/api_simple.py b/lib/ldb/tests/python/api_simple.py index 4d74e2fe0ea..33ad0a12c6a 100644 --- a/lib/ldb/tests/python/api_simple.py +++ b/lib/ldb/tests/python/api_simple.py @@ -95,9 +95,9 @@ class SimpleLdb(LdbBaseTest): except UnicodeDecodeError as e: raise except TypeError as te: - p3errors = ["argument 2 must be str, not bytes", - "Can't convert 'bytes' object to str implicitly"] - self.assertIn(str(te), p3errors) + p3errors = ["argument 2 must be str, not bytes", + "Can't convert 'bytes' object to str implicitly"] + self.assertIn(str(te), p3errors) def test_search_attrs(self): l = ldb.Ldb(self.url(), flags=self.flags()) -- 2.47.2