Fix import error in update_failures.py (#124695)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/124695
Approved by: https://github.com/zou3519
This commit is contained in:
Jason Ansel 2024-04-22 19:53:34 -07:00 committed by PyTorch MergeBot
parent e112792a69
commit 5532c7949f

View file

@ -5,7 +5,6 @@ import pathlib
import subprocess
from common import (
download_reports,
get_testcases,
is_failure,
is_passing_skipped_test,
@ -14,6 +13,8 @@ from common import (
open_test_results,
)
from download_reports import download_reports
"""
Usage: update_failures.py /path/to/dynamo_test_failures.py /path/to/test commit_sha