Skip to content

Commit

Permalink
resolve CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony0727 committed May 24, 2022
1 parent 43a8af8 commit c76c513
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/sensitivity_analysis/action_sensitivity_analysis.py
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@
"""
import random
from concurrent.futures import ThreadPoolExecutor
from multiprocessing import cpu_count
from pathlib import Path
from typing import List, Optional

@@ -40,7 +39,7 @@
from compiler_gym.envs import CompilerEnv
from compiler_gym.util.flags.benchmark_from_flags import benchmark_from_flags
from compiler_gym.util.flags.env_from_flags import env_from_flags
from compiler_gym.util.flags import nproc
from compiler_gym.util.flags import nproc # noqa
from compiler_gym.util.gym_type_hints import ActionType
from compiler_gym.util.logs import create_logging_dir
from compiler_gym.util.timer import Timer

0 comments on commit c76c513

Please sign in to comment.