mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Use TypeAlias for type aliases where possible, part II (#7667)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import sys
|
||||
from _typeshed import Self, SupportsGetItem, SupportsItemAccess
|
||||
from builtins import type as _type
|
||||
from builtins import list as _list, type as _type
|
||||
from collections.abc import Iterable, Iterator, Mapping
|
||||
from types import TracebackType
|
||||
from typing import IO, Any, Protocol
|
||||
@@ -87,8 +87,6 @@ class MiniFieldStorage:
|
||||
value: Any
|
||||
def __init__(self, name: Any, value: Any) -> None: ...
|
||||
|
||||
_list = list
|
||||
|
||||
class FieldStorage:
|
||||
FieldStorageClass: _type | None
|
||||
keep_blank_values: int
|
||||
|
||||
Reference in New Issue
Block a user