Skip to content

Commit

Permalink
Remove extra leading whitespace in test_keep_metadata_keys.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Mar 24, 2024
1 parent 0ac04d5 commit 5077ab4
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions tests/e2e_notebooks/test_keep_metadata_keys.ipynb
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"scrolled": true
},
"source": [
"This notebook tests that using \"--keep-metadata-keys\" works as expected."
]
"cells": [
{
"cell_type": "markdown",
"metadata": {
"scrolled": true
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"1+1"
]
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 0
}
"source": [
"This notebook tests that using \"--keep-metadata-keys\" works as expected."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"1+1"
]
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit 5077ab4

Please sign in to comment.