[skip ci] Set test owner for test_dispatch.py (#66840)

Summary:
Action following https://github.com/pytorch/pytorch/issues/66232

Pull Request resolved: https://github.com/pytorch/pytorch/pull/66840

Reviewed By: saketh-are

Differential Revision: D31829224

Pulled By: janeyx99

fbshipit-source-id: 66aceacd4f976c36ed48ca5be59616d245ba2a82
This commit is contained in:
Jane Xu 2021-10-21 08:47:04 -07:00 committed by Facebook GitHub Bot
parent 8cbdf49dce
commit 13b8599831
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: dispatch"]
import torch._C as C
from torch.testing._internal.common_utils import TestCase, run_tests
from torch._python_dispatcher import PythonDispatcher

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: codegen"]
import os
import tempfile