We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ed7f1 commit 9d5325aCopy full SHA for 9d5325a
pytest_notebook/ipy_magic.py
@@ -20,7 +20,7 @@
20
21
22
def parse_cell_content(
23
- cell: Union[str, None]
+ cell: Union[str, None],
24
) -> Tuple[List[str], List[str], List[str]]:
25
"""Parse the cell contents.
26
0 commit comments