Remove unnecessary forward annotations

This commit is contained in:
Anthony Sottile 2020-02-07 08:32:39 -08:00
parent 78f406af8a
commit fa8d022813
15 changed files with 17 additions and 17 deletions

View file

@ -56,7 +56,7 @@ def install_environment(
def run_hook(
hook: 'Hook',
hook: Hook,
file_args: Sequence[str],
color: bool,
) -> Tuple[int, bytes]: # pragma: windows no cover