Include argument parentheses in range (#5)

This commit is contained in:
Micha Reiser
2023-06-07 22:26:20 +02:00
committed by Charlie Marsh
parent 5054cbe84f
commit 8a415fa61e
7 changed files with 122 additions and 8 deletions

View File

@@ -1109,7 +1109,7 @@ def args_to_tuple(*args: *Ts) -> Tuple[*Ts]: ...
@my_decorator
def test():
pass
@class_decorator
class Abcd:
pass