Skip to content

Commit c9e0e40

Browse files
committed
Fix type annotations
1 parent 57724c1 commit c9e0e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/stacktraces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def update_state_on_match(self,
178178
state_from_group=None,
179179
address_filter=lambda s: s,
180180
type_filter=lambda s: s,
181-
reset=False) -> re.Match or None:
181+
reset=False) -> re.Match | None:
182182
"""Update the specified parts of the state if we have a match."""
183183

184184
match = compiled_regex.match(line)

0 commit comments

Comments
 (0)