Skip to content

Commit 91cdf99

Browse files
committed
edit
1 parent f2e438d commit 91cdf99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nbs/03_xtras.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@
744744
"outputs": [],
745745
"source": [
746746
"if sys.platform == 'win32':\n",
747-
" # why I ignore as_types, because every time nbdev_clean_nbs will update \\n to \\r\\n\n",
748747
" test_eq(run('cmd /c echo hi'), 'hi')\n",
749748
"else:\n",
750749
" test_eq(run('echo hi', as_bytes=True), b'hi\\n')"

0 commit comments

Comments
 (0)