mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add missing Set imports.
This commit is contained in:
@@ -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