Skip to content

Commit

Permalink
style(log_fixtures.py): Fix log_fixtures type hint for ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Jul 23, 2024
1 parent d096bc7 commit fcb2f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/log_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def __exit__(
type: type,
value: BaseException,
traceback: types.TracebackType,
) -> bool:
) -> bool | None:
return self._scope.__exit__(type, value, traceback)

def _validate_logs(
Expand Down

0 comments on commit fcb2f7a

Please sign in to comment.