Skip to content

Commit e7dd144

Browse files
author
Raphael Krupinski
committed
🐛 py 3.9 compat.
1 parent 4b8a5d4 commit e7dd144

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lapidary/runtime/client_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
import logging
33
from collections.abc import Awaitable, Callable, Iterable, Mapping, MutableMapping
44
from importlib.metadata import version
5-
from typing import Any, Optional, Self, cast
5+
from typing import Any, Optional, cast
66

77
import httpx
8+
from typing_extensions import Self
89

910
from ._httpx import AuthType
1011
from .model.op import OperationModel, get_operation_model

0 commit comments

Comments
 (0)