mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add missing Set imports.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
from typing import (
|
||||
Any, Callable, Dict, Iterable, Tuple, List, TextIO, Sequence,
|
||||
overload, TypeVar, Pattern
|
||||
overload, Set, TypeVar, Pattern
|
||||
)
|
||||
from abc import abstractmethod, ABCMeta
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
from typing import (
|
||||
Any, Callable, Dict, Iterable, Iterator, List, Optional, Pattern, Sequence,
|
||||
TextIO, Tuple, Type, TypeVar, Union,
|
||||
Set, TextIO, Tuple, Type, TypeVar, Union,
|
||||
overload,
|
||||
)
|
||||
import logging
|
||||
|
||||
Reference in New Issue
Block a user