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,7 +3,7 @@ from __future__ import annotations
import functools
import itertools
import textwrap
from typing import Callable
from collections.abc import Callable
import cfgv
import yaml