fix: import typeddict from extensions (#17823)

This commit is contained in:
Ville Brofeldt 2021-12-20 10:22:24 +02:00 committed by GitHub
parent 61a6aa0f97
commit 01991044f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
from typing import TypedDict
from typing_extensions import TypedDict
class Entry(TypedDict):