Joe Lynch

Results 2 comments of Joe Lynch

+1 Also getting this error

Also occurs when using `with` in the same file as `match`. But only if the `with` has parentheses and an `as` clause. ```python with (a as b): pass match 1:...