Skip to content

Commit bb87078

Browse files
lint
Signed-off-by: Alexey Kudinkin <ak@anyscale.com>
1 parent ab740d2 commit bb87078

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ray/data/_internal/execution/operators/union_operator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import collections
22
from typing import List, Optional
33

4-
from ray.data._internal.execution.bundle_queue import BundleQueue, \
5-
FIFOBundleQueue
4+
from ray.data._internal.execution.bundle_queue import BundleQueue, FIFOBundleQueue
65
from ray.data._internal.execution.interfaces import (
76
ExecutionOptions,
87
PhysicalOperator,

0 commit comments

Comments
 (0)