From 420c01394a31415d7a7cbb80be196bcfca48482c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 1 May 2022 08:16:06 -0400 Subject: style: parens should indent the same as their opening line --- tests/test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_data.py') diff --git a/tests/test_data.py b/tests/test_data.py index f9928467..f8bff2eb 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -888,6 +888,6 @@ class DumpsLoadsTest(CoverageTest): msg = r"Unrecognized serialization: {} \(head of {} bytes\)".format( re.escape(repr(bad_data[:40])), len(bad_data), - ) + ) with pytest.raises(DataError, match=msg): covdata.loads(bad_data) -- cgit v1.2.1