Skip to content

Commit bfa42c4

Browse files
authored
Import Mapping type
1 parent 89af810 commit bfa42c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clerk_backend_api/jwks_helpers/authenticaterequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from dataclasses import dataclass
22
from enum import Enum
33
from http.cookies import SimpleCookie
4-
from typing import Any, Dict, List, Union, Optional, Protocol
4+
from typing import Any, Dict, List, Union, Optional, Protocol, Mapping
55
from warnings import warn
66

77
from .verifytoken import (

0 commit comments

Comments
 (0)