Skip to content

Commit

Permalink
fix code indent
Browse files Browse the repository at this point in the history
  • Loading branch information
LHWisdom committed Dec 4, 2022
1 parent 2db9c66 commit 7dd2c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter02-quickstart/chapter2: PyTorch快速入门.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
],
"source": [
" from __future__ import print_function\n",
"from __future__ import print_function\n",
"import torch as t\n",
"t.__version__"
]
Expand Down

0 comments on commit 7dd2c9e

Please sign in to comment.