Skip to content

Commit 205f676

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82f580e commit 205f676

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

neural_network/input_data.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@
2828
from tensorflow.python.platform import gfile
2929
from tensorflow.python.util.deprecation import deprecated
3030

31+
3132
class _Datasets(typing.NamedTuple):
32-
train: "_DataSet"
33-
validation: "_DataSet"
34-
test: "_DataSet"
33+
train: "_DataSet"
34+
validation: "_DataSet"
35+
test: "_DataSet"
36+
3537

3638
# CVDF mirror of http://yann.lecun.com/exdb/mnist/
3739
DEFAULT_SOURCE_URL = "https://storage.googleapis.com/cvdf-datasets/mnist/"

0 commit comments

Comments
 (0)