mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-05-14 21:20:32 +00:00
Remove unused Sequence imports after argv type change
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e514e01ee5
commit
125cb6f78c
24 changed files with 24 additions and 24 deletions
|
|
@ -14,7 +14,7 @@ from __future__ import annotations
|
|||
import argparse
|
||||
from collections.abc import Callable
|
||||
from collections.abc import Iterable
|
||||
from collections.abc import Iterable, Sequence
|
||||
from collections.abc import Iterable
|
||||
from typing import Any
|
||||
from typing import IO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue