Remove F831 (#1495)

This commit is contained in:
Harutaka Kawamura
2022-12-31 13:57:51 +09:00
committed by GitHub
parent 3e23fd1487
commit f7bb5bc858
8 changed files with 1 additions and 71 deletions

View File

@@ -1,10 +0,0 @@
def foo(x: int, y: int, x: int) -> None:
pass
def bar(x: int, y: int, *, x: int) -> None:
pass
def baz(x: int, y: int, **x: int) -> None:
pass