Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Jul 30, 2024
1 parent fc3be92 commit 1133323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsroom/oauth_clients/clients_async.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1133323

Please sign in to comment.