mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-21 18:42:07 +08:00
Big diff: use lower-case list and dict (#5888)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Any, Callable, Dict, Tuple
|
||||
from typing import Any, Callable, Tuple
|
||||
|
||||
class make_encoder:
|
||||
sort_keys: Any
|
||||
@@ -11,7 +11,7 @@ class make_encoder:
|
||||
item_separator: Any
|
||||
def __init__(
|
||||
self,
|
||||
markers: Dict[int, Any] | None,
|
||||
markers: dict[int, Any] | None,
|
||||
default: Callable[[Any], Any],
|
||||
encoder: Callable[[str], str],
|
||||
indent: int | None,
|
||||
|
||||
Reference in New Issue
Block a user