Leonid Povar

Results 1 issues of Leonid Povar

Fix issue with underscore variable name. ```python def foo(bar: str) -> None: print(bar) for _ in range(10): #