Skip to content

Commit 431ca6f

Browse files
NivekTfacebook-github-bot
authored andcommitted
Fix DataPipe tutorial linting (#1071)
Summary: Pull Request resolved: #1071 Fixes linting (stye) error introduced by #946 Test Plan: Imported from OSS Reviewed By: ejguan Differential Revision: D43883135 Pulled By: NivekT fbshipit-source-id: b48709c280f4999b07ca84af7e9fafea329fa6a5
1 parent 1eae127 commit 431ca6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/source/dp_tutorial.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,4 +542,3 @@ Here is an example of loading a CSV file - the famous Titanic dataset (`download
542542
# [{'label': array(0, dtype=int32), 'data': array([ 3., 22.], dtype=float32)},
543543
# {'label': array(1, dtype=int32), 'data': array([ 1., 38.], dtype=float32)},
544544
# {'label': array(1, dtype=int32), 'data': array([ 3., 26.], dtype=float32)}]
545-

0 commit comments

Comments
 (0)