[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-04 07:59:18 +00:00
parent 125cb6f78c
commit 229ef01fc9
8 changed files with 13 additions and 8 deletions

View file

@ -3,7 +3,8 @@ from __future__ import annotations
import argparse
import configparser
import os
from collections.abc import Iterable, Sequence
from collections.abc import Iterable
from collections.abc import Sequence
from typing import NamedTuple