mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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:
parent
e112792a69
commit
5532c7949f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue