Skip to content

Commit 9d5325a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 00ed7f1 commit 9d5325a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_notebook/ipy_magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
def parse_cell_content(
23-
cell: Union[str, None]
23+
cell: Union[str, None],
2424
) -> Tuple[List[str], List[str], List[str]]:
2525
"""Parse the cell contents.
2626

0 commit comments

Comments
 (0)