Move disallow-any-generics
to mypy.ini (#63917)
This commit is contained in:
parent
f4aa18de31
commit
240c9979c7
24 changed files with 73 additions and 44 deletions
|
@ -5,8 +5,6 @@ from __future__ import annotations
|
|||
import subprocess
|
||||
from typing import Any
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
|
||||
def kill_subprocess(process: subprocess.Popen[Any]) -> None:
|
||||
"""Force kill a subprocess and wait for it to exit."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue