Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvanmol committed Dec 16, 2024
1 parent 99a002d commit 8cb6353
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 3 additions & 4 deletions tests/integration/flink-runtime/test_merge_operator.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""A test script for dataflows with merge operators
"""
from pyflink.datastream.data_stream import CloseableIterator
"""A test script for dataflows with merge operators"""

from pyflink.datastream.data_stream import CloseableIterator
from common import Item, User, item_op, user_op
from cascade.dataflow.dataflow import DataFlow, Edge, Event, EventResult, InitClass, InvokeMethod, MergeNode, Node, OpNode
from cascade.dataflow.dataflow import Event, EventResult, InitClass, InvokeMethod, OpNode
from cascade.runtime.flink_runtime import FlinkOperator, FlinkRuntime
import pytest

Expand Down
8 changes: 2 additions & 6 deletions tests/integration/flink-runtime/test_two_entities.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
"""A test script for dataflows with multiple Operators
"""

import time
"""A test script for dataflows with multiple operators"""

from pyflink.datastream.data_stream import CloseableIterator

from common import Item, User, item_op, user_op
from cascade.dataflow.dataflow import DataFlow, Edge, Event, EventResult, InitClass, InvokeMethod, Node, OpNode
from cascade.dataflow.dataflow import Event, EventResult, InitClass, InvokeMethod, OpNode
from cascade.runtime.flink_runtime import FlinkOperator, FlinkRuntime
import pytest

Expand Down

0 comments on commit 8cb6353

Please sign in to comment.