We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a5d4 commit e7dd144Copy full SHA for e7dd144
src/lapidary/runtime/client_base.py
@@ -2,9 +2,10 @@
2
import logging
3
from collections.abc import Awaitable, Callable, Iterable, Mapping, MutableMapping
4
from importlib.metadata import version
5
-from typing import Any, Optional, Self, cast
+from typing import Any, Optional, cast
6
7
import httpx
8
+from typing_extensions import Self
9
10
from ._httpx import AuthType
11
from .model.op import OperationModel, get_operation_model
0 commit comments