Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent a03b5ca commit 195af74
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions lib/esbonio-extensions/tests/data/tutorial/doctest_no_output.ipynb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"l = [1,2,3]\n",
"l.append(4)"
]
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"l = [1, 2, 3]\n",
"l.append(4)"
]
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}

0 comments on commit 195af74

Please sign in to comment.