Committed via https://github.com/asottile/all-repos
This commit is contained in:
anthony sottile 2025-10-09 17:44:05 -04:00
parent 99fa9ba5ef
commit f415f6c4d7
10 changed files with 13 additions and 14 deletions

View file

@ -3,8 +3,8 @@ from __future__ import annotations
import contextlib
import errno
import sys
from collections.abc import Callable
from collections.abc import Generator
from typing import Callable
if sys.platform == 'win32': # pragma: no cover (windows)