Skip to content

Commit

Permalink
Fix formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jan 11, 2024
1 parent ed85419 commit 468e9ef
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions bisection.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,12 @@
from datetime import datetime
from pathlib import Path
from typing import Any, Callable, Dict, List, Optional, Tuple

import yaml

from userbenchmark.utils import (
parse_abtest_result_from_regression_file_for_bisect,
TorchBenchABTestResult,
parse_abtest_result_from_regression_file_for_bisect
)
from regression_detector import generate_regression_result
from utils import gitutils
from utils.github import process_bisection_into_gh_issue
from utils.build_utils import (
setup_bisection_build_env,
build_repo,
cleanup_torch_packages,
TorchRepo,
)

TORCHBENCH_BISECTION_TARGETS = {
Expand Down Expand Up @@ -72,7 +63,7 @@
TorchRepo,
)
from utils.cuda_utils import DEFAULT_CUDA_VERSION, prepare_cuda_env

from utils.github import process_bisection_into_gh_issue
IS_FBCODE = False
except (ImportError, ModuleNotFoundError):
# Meta-Internal imports
Expand Down

0 comments on commit 468e9ef

Please sign in to comment.