diff --git a/src/clusterfuzz/stacktraces/__init__.py b/src/clusterfuzz/stacktraces/__init__.py index 2924f117f0..2d6a3f40c6 100644 --- a/src/clusterfuzz/stacktraces/__init__.py +++ b/src/clusterfuzz/stacktraces/__init__.py @@ -178,7 +178,7 @@ def update_state_on_match(self, state_from_group=None, address_filter=lambda s: s, type_filter=lambda s: s, - reset=False) -> re.Match or None: + reset=False) -> re.Match | None: """Update the specified parts of the state if we have a match.""" match = compiled_regex.match(line)