mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Fix some stubtest complaints before they happen (#9585)
Add missing objects to various stubs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user