Skip to content

Commit

Permalink
fixup test data
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 20, 2022
1 parent 0295ba9 commit 62b3273
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions tests/data/markdown_then_imports.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,35 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import os"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import sys"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.6 ('.venv': venv)",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
},
"vscode": {
Expand All @@ -35,5 +51,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 62b3273

Please sign in to comment.