Skip to content

Commit

Permalink
test: Add example.pynb
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredevelop committed Nov 18, 2024
1 parent ec5ce77 commit 4781a7a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ruff/test/testdata/example.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"os"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "t",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.12.7"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 4781a7a

Please sign in to comment.