From 3debb97084484c3ebbba65e5fcbc2a60b77f0b47 Mon Sep 17 00:00:00 2001 From: "Jane (Yuan) Xu" <31798555+janeyx99@users.noreply.github.com> Date: Sat, 14 Jan 2023 05:36:47 +0000 Subject: [PATCH] [BE] meow (#92174) :') Pull Request resolved: https://github.com/pytorch/pytorch/pull/92174 Approved by: https://github.com/ezyang, https://github.com/Skylion007 --- test/test_python_dispatch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_python_dispatch.py b/test/test_python_dispatch.py index 33465217bbb..83df6e521f2 100644 --- a/test/test_python_dispatch.py +++ b/test/test_python_dispatch.py @@ -392,7 +392,6 @@ $5 = torch._ops.aten.clone.default($4, memory_format=torch.contiguous_format)''' def test_optional_tensor_list(self) -> None: def weird(xs): - print("woof") return torch.empty(()) my_lib = Library("my_lib", "DEF")