mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-05-15 05:30:33 +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
|
|
@ -3,7 +3,7 @@ from __future__ import annotations
|
|||
import argparse
|
||||
import ast
|
||||
import traceback
|
||||
from collections.abc import Iterable, Sequence
|
||||
from collections.abc import Iterable
|
||||
from typing import NamedTuple
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue