Skip to content

Commit 5e4e33d

Browse files
committed
import Generator from typing
1 parent 15953e7 commit 5e4e33d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clients/python/src/osparc/_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
TypeVar,
99
Union,
1010
NamedTuple,
11+
Generator,
1112
)
12-
from collections.abc import Iterable, Generator, Sized
13+
from collections.abc import Iterable, Sized
1314
import httpx
1415
from osparc_client import (
1516
ApiClient,

0 commit comments

Comments
 (0)