Skip to content

Commit 61cbf90

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b3b220c commit 61cbf90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: neural_network/input_data.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
from tensorflow.python.util.deprecation import deprecated
3030

3131
_Datasets = typing.NamedTuple(
32-
"_Datasets", [("train", _DataSet), ("validation", _DataSet), ("test", _DataSet)])
32+
"_Datasets", [("train", _DataSet), ("validation", _DataSet), ("test", _DataSet)]
33+
)
3334

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

0 commit comments

Comments
 (0)