Skip to content

Commit

Permalink
typing cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Jul 25, 2024
1 parent 4e72ce8 commit bfe32a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_structlog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?"""
Expand Down

0 comments on commit bfe32a1

Please sign in to comment.