Skip to content

Commit f5db932

Browse files
committed
feedback 4
1 parent 5cc283b commit f5db932

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

nisystemlink/clients/notebook/_notebook_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def get_execution_by_id(self, id: str) -> models.Execution:
256256
@post("ninbexecution/v1/query-executions")
257257
def __query_executions(
258258
self, query: models._QueryExecutionsRequest
259-
) -> List[models.QueryExecutionResponse]:
259+
) -> List[models.Execution]:
260260
"""Query executions of Jupyter notebooks.
261261
262262
Args:
@@ -273,7 +273,7 @@ def __query_executions(
273273

274274
def query_executions(
275275
self, query: models.QueryExecutionsRequest
276-
) -> List[models.QueryExecutionResponse]:
276+
) -> List[models.Execution]:
277277
"""Query executions of Jupyter notebooks.
278278
279279
Args:

nisystemlink/clients/notebook/models/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
_QueryExecutionsRequest,
88
QueryExecutionsRequest,
99
)
10-
from ._query_execution_response import (
11-
QueryExecutionResponse,
12-
)
1310
from ._create_execution_request import (
1411
CreateExecutionRequest,
1512
)

0 commit comments

Comments
 (0)