Skip to content

Commit fb295d6

Browse files
committed
formate with ruff
1 parent 402d4c9 commit fb295d6

File tree

18 files changed

+1053
-844
lines changed

18 files changed

+1053
-844
lines changed

nbs/backends/factory.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"metadata": {},
253253
"outputs": [],
254254
"source": [
255-
"#| export\n",
255+
"# | export\n",
256256
"from ragas_annotator.backends.ragas_api_client import RagasApiClient"
257257
]
258258
},
@@ -262,7 +262,7 @@
262262
"metadata": {},
263263
"outputs": [],
264264
"source": [
265-
"#| export\n",
265+
"# | export\n",
266266
"class RagasApiClientFactory:\n",
267267
" \"\"\"Factory for creating Ragas API client instances.\"\"\"\n",
268268
"\n",
@@ -292,7 +292,7 @@
292292
" if base_url is None:\n",
293293
" base_url = \"https://api.dev.app.ragas.io\"\n",
294294
"\n",
295-
" return RagasApiClient(app_token=app_token, base_url=base_url)\n"
295+
" return RagasApiClient(app_token=app_token, base_url=base_url)"
296296
]
297297
}
298298
],

0 commit comments

Comments
 (0)