Skip to content

Commit

Permalink
Remove unzip test
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed May 3, 2023
1 parent 452f254 commit c6ecebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_datapipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,6 @@ def test_docstring(self):
"concat",
"map",
"shuffle",
# "unzip",
"zip",
]:
docstring = pydoc.render_doc(thing=getattr(input_dp, dp_funcname))
Expand Down

0 comments on commit c6ecebf

Please sign in to comment.