Skip to content

Commit d2656c6

Browse files
committed
Format
1 parent 2990cea commit d2656c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/examples_notebooks/api_overview.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@
7575
"source": [
7676
"from graphrag.config.create_graphrag_config import create_graphrag_config\n",
7777
"\n",
78-
"graphrag_config = create_graphrag_config(\n",
79-
" values=settings, root_dir=PROJECT_DIRECTORY\n",
80-
")"
78+
"graphrag_config = create_graphrag_config(values=settings, root_dir=PROJECT_DIRECTORY)"
8179
]
8280
},
8381
{

0 commit comments

Comments
 (0)