mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 09:03:23 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -4,8 +4,8 @@ from __future__ import annotations
|
||||
|
||||
from _typeshed import ReadableBuffer
|
||||
from datetime import date, datetime, time
|
||||
from typing import Any, List, Tuple, Union
|
||||
from typing_extensions import Literal, assert_type
|
||||
from typing import Any, List, Literal, Tuple, Union
|
||||
from typing_extensions import assert_type
|
||||
|
||||
from openpyxl.descriptors import Strict
|
||||
from openpyxl.descriptors.base import (
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
# These tests are essentially a mirror of check_base_descriptors
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Union, cast
|
||||
from typing_extensions import Literal, assert_type
|
||||
from typing import Literal, Union, cast
|
||||
from typing_extensions import assert_type
|
||||
|
||||
from openpyxl.descriptors import Strict
|
||||
from openpyxl.descriptors.nested import (
|
||||
|
||||
Reference in New Issue
Block a user