Perhaps the following is preferable: ```python for _ in range(10): t = get_non_white(lexer) assert t == EOF_SIGNAL ``` to this, which is currently required: ```python _ : i32 for _ in range(10): t = get_non_white(lexer) assert t == EOF_SIGNAL ```