Skip to content

Commit 573f299

Browse files
committed
fix imports
1 parent 6e5322b commit 573f299

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastapi_azure_auth/openid_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import logging
22
import ssl
33
from datetime import datetime, timedelta
4-
from typing import TYPE_CHECKING, Any, Dict, List, Optional
54
from typing import TYPE_CHECKING, Any, Dict, List, NotRequired, Optional, TypedDict
65

76
import jwt

0 commit comments

Comments
 (0)