From 11333237aa0dd038e07c5c20f0c6f145dc4f4913 Mon Sep 17 00:00:00 2001 From: devketanpro Date: Tue, 30 Jul 2024 14:00:52 +0530 Subject: [PATCH] fix mypy --- newsroom/oauth_clients/clients_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsroom/oauth_clients/clients_async.py b/newsroom/oauth_clients/clients_async.py index fcaea1d1a..f9aa5a39e 100644 --- a/newsroom/oauth_clients/clients_async.py +++ b/newsroom/oauth_clients/clients_async.py @@ -1,7 +1,7 @@ import logging from pydantic import Field from datetime import datetime -from typing import Optional, Annotated, List, Dict +from typing_extensions import Optional, Annotated, List, Dict from superdesk.core.resources import ResourceModel, ResourceConfig, MongoResourceConfig, validators