Skip to content

Commit bf1b052

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8097bf5 commit bf1b052

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/benchmark_result.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
from enum import Enum
77
from itertools import product
88

9-
from utils import seconds_to_ms
10-
119
from benchmarks.constants import DEFAULT_NUMBER_OF_ENGINES
10+
from utils import seconds_to_ms
1211

1312
RESULTS_DIR = "results"
1413

benchmarks/cluster_start.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
import time
44
from subprocess import Popen
55

6-
import ipyparallel as ipp
76
from benchmarks.throughput import wait_for
87

8+
import ipyparallel as ipp
9+
910

1011
def start_cluster(depth, number_of_engines, path='', log_output_to_file=False):
1112
ipcontroller_cmd = (

0 commit comments

Comments
 (0)