Fix some stubtest complaints before they happen (#9585)

Add missing objects to various stubs
This commit is contained in:
Alex Waygood
2023-01-24 21:45:31 +00:00
committed by GitHub
parent 4148a7b73e
commit a9b4fa0a32
8 changed files with 21 additions and 1 deletions

View File

@@ -1,9 +1,12 @@
import logging
from collections.abc import Mapping, Sequence
from typing import IO, ClassVar
from typing_extensions import TypedDict
from .util import Context
logger: logging.Logger
class KeyValues(dict[str, str]):
parser_attr: ClassVar[str | None]
parser: DockerfileParser