Skip to content

Commit f1f8fcf

Browse files
committed
fix: ParamSpec introduced in 3.10
1 parent 01b171e commit f1f8fcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tableauserverclient/server/request_factory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import xml.etree.ElementTree as ET
2-
from typing import Any, Callable, Dict, Iterable, List, Optional, ParamSpec, Set, Tuple, TypeVar, TYPE_CHECKING, Union
2+
from typing import Any, Callable, Dict, Iterable, List, Optional, Set, Tuple, TypeVar, TYPE_CHECKING, Union
3+
4+
from typing_extensions import ParamSpec
35

46
from requests.packages.urllib3.fields import RequestField
57
from requests.packages.urllib3.filepost import encode_multipart_formdata

0 commit comments

Comments
 (0)