From bfe32a17b3738b66d7a41b600438e06b0cbfceb2 Mon Sep 17 00:00:00 2001 From: Wim Jeantine-Glenn Date: Wed, 24 Jul 2024 21:41:21 -0500 Subject: [PATCH] typing cruft --- pytest_structlog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_structlog/__init__.py b/pytest_structlog/__init__.py index b20aab3..4885f12 100644 --- a/pytest_structlog/__init__.py +++ b/pytest_structlog/__init__.py @@ -163,7 +163,7 @@ def __init__(self) -> None: "ProcessorFormatter.wrap_for_formatter", }, } - self.report = "auto" + self.report: str = "auto" def use_processor(self, name: str) -> tuple[bool, str]: """Should processor be used during test, according to plugin configuration?"""