Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 25, 2023
1 parent 0df3887 commit 2788386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/notebook_for_testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
" 'hello goodbye'\n",
" \"\"\"\n",
"\n",
" return \"hello {}\".format(name)\n",
" return 'hello {}'.format(name)\n",
"\n",
"\n",
"!ls\n",
"hello(3)"
"hello(3) "
]
},
{
Expand Down

0 comments on commit 2788386

Please sign in to comment.