Committed via https://github.com/asottile/all-repos
This commit is contained in:
anthony sottile 2025-10-09 17:44:52 -04:00
parent a2cdab0afe
commit 3411068391
4 changed files with 6 additions and 6 deletions

View file

@ -12,10 +12,10 @@ conflicts and keep the file nicely ordered.
from __future__ import annotations
import argparse
from collections.abc import Callable
from collections.abc import Iterable
from collections.abc import Sequence
from typing import Any
from typing import Callable
from typing import IO
PASS = 0