From 7dd2c9e32b25dcea68b5b2ab92589f98dd3166b9 Mon Sep 17 00:00:00 2001 From: wangyuezhuiyi Date: Sun, 4 Dec 2022 21:53:12 +0800 Subject: [PATCH] fix code indent --- ...Torch\345\277\253\351\200\237\345\205\245\351\227\250.ipynb" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/chapter02-quickstart/chapter2: PyTorch\345\277\253\351\200\237\345\205\245\351\227\250.ipynb" "b/chapter02-quickstart/chapter2: PyTorch\345\277\253\351\200\237\345\205\245\351\227\250.ipynb" index 77010a31..16379fa9 100644 --- "a/chapter02-quickstart/chapter2: PyTorch\345\277\253\351\200\237\345\205\245\351\227\250.ipynb" +++ "b/chapter02-quickstart/chapter2: PyTorch\345\277\253\351\200\237\345\205\245\351\227\250.ipynb" @@ -40,7 +40,7 @@ } ], "source": [ - " from __future__ import print_function\n", + "from __future__ import print_function\n", "import torch as t\n", "t.__version__" ]