mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Use lowercase set/deque in stdlib subdirectories (#6350)
This commit is contained in:
@@ -3,7 +3,7 @@ import logging
|
||||
import sys
|
||||
import unittest.result
|
||||
from _typeshed import Self
|
||||
from collections.abc import Set
|
||||
from collections.abc import Set # equivalent to typing.AbstractSet, not builtins.set
|
||||
from types import TracebackType
|
||||
from typing import (
|
||||
Any,
|
||||
|
||||
Reference in New Issue
Block a user