Skip to content

Commit 941f14c

Browse files
committed
Missing NL
1 parent bb0d0f8 commit 941f14c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

notebooks/test-tooling.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
},
122122
{
123123
"cell_type": "code",
124-
"execution_count": 44,
124+
"execution_count": null,
125125
"id": "1992aff4",
126126
"metadata": {},
127127
"outputs": [],
@@ -217,6 +217,8 @@
217217
" Get a list of project objects matching all the given criteria.\n",
218218
" If no criteria is given, return all project objects. If no project matches the criteria, return an empty list.\n",
219219
" Note that if the ID is given, all other criteria are ignored.\n",
220+
"\n",
221+
" \n",
220222
" :param id: The ID of the project to return. Since the ID is unique, this will return a list with one element or an empty list.\n",
221223
" :param name: The name of the project to return.\n",
222224
" :param people: A list of people, return all projects where all the people in this list are involved.\n",

0 commit comments

Comments
 (0)