This commit is contained in:
Anthony Sottile 2025-10-16 10:01:02 -04:00
parent d45bdc05ce
commit 567cafc15a
9 changed files with 25 additions and 74 deletions

View file

@ -3,9 +3,9 @@ from __future__ import annotations
import inspect
import os.path
from collections.abc import Callable
from collections.abc import Generator
from typing import Any
from typing import Callable
from typing import NamedTuple
import pycodestyle