From 78444f4c06df6a634fa67dd99ee7c07b6b633d9e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 5 Jan 2023 20:10:24 -0500 Subject: style: use good style for annotated defaults parameters --- 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 8ed4f842..ab4e03f7 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -88,7 +88,7 @@ TCoverageData = Callable[..., CoverageData] def assert_line_counts( covdata: CoverageData, counts: Mapping[str, int], - fullpath: bool=False, + fullpath: bool = False, ) -> None: """Check that the line_counts of `covdata` is `counts`.""" assert line_counts(covdata, fullpath) == counts -- cgit v1.2.1