Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Dec 23, 2023
1 parent 0a910cf commit bb46791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiment/run_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
import jinja2
import yaml
from common import (benchmark_utils, experiment_utils, filestore_utils,
filesystem, fuzzer_utils, gcloud, gsutil, logs,
new_process, utils, yaml_utils)
filesystem, fuzzer_utils, gcloud, gsutil, logs, new_process,
utils, yaml_utils)

BENCHMARKS_DIR = os.path.join(utils.ROOT_DIR, 'benchmarks')
FUZZERS_DIR = os.path.join(utils.ROOT_DIR, 'fuzzers')
Expand Down

0 comments on commit bb46791

Please sign in to comment.