Skip to content

Commit 4a87ada

Browse files
chores: fix format error given by ruff
1 parent 4aabe12 commit 4a87ada

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

notebooks/quickstart_demo.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,9 @@
385385
"outputs": [],
386386
"source": [
387387
"# Load ontology from file\n",
388-
"_ = client_dummy_ontology.load(file_path_ontology='../tests/resources/dummy_ontology.obo')"
388+
"_ = client_dummy_ontology.load(\n",
389+
" file_path_ontology='../tests/resources/dummy_ontology.obo'\n",
390+
")"
389391
]
390392
},
391393
{

0 commit comments

Comments
 (0)