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,8 +1,10 @@
import logging
from _typeshed import Incomplete, SupportsWrite
from collections.abc import Iterable, Iterator
from typing import Any, TypeVar, overload
from typing_extensions import Literal
logger: logging.Logger
DEBUG: bool
CR: str
LF: str