mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
venv: add logger (#9508)
Not particularly useful but unreleased stubtest will require this: https://github.com/python/typeshed/actions/runs/3898630022/jobs/6657546205
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import logging
|
||||
import sys
|
||||
from _typeshed import StrOrBytesPath
|
||||
from collections.abc import Sequence
|
||||
from types import SimpleNamespace
|
||||
|
||||
logger: logging.Logger
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
CORE_VENV_DEPS: tuple[str, ...]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user