Skip to content

Commit aa3ca85

Browse files
committed
fixed missing import
1 parent c85d340 commit aa3ca85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nbs/backends/factory.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"source": [
2727
"#| export\n",
2828
"import typing as t\n",
29+
"import os\n",
2930
"\n",
3031
"from ragas_experimental.backends.ragas_api_client import RagasApiClient"
3132
]

ragas_experimental/backends/factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# %% ../../nbs/backends/factory.ipynb 2
99
import typing as t
10+
import os
1011

1112
from .ragas_api_client import RagasApiClient
1213

0 commit comments

Comments
 (0)