Skip to content

Commit 1f6ba4d

Browse files
committed
update
1 parent 1410505 commit 1f6ba4d

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

  • python/functionstream-runtime/src/fs_runtime

python/functionstream-runtime/src/fs_runtime/runner.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,7 @@
2121
logger = logging.getLogger(__name__)
2222

2323
from .store.fs_context import WitContext, convert_config_to_dict
24-
from fs_api_advanced import (
25-
Codec,
26-
ValueState,
27-
MapState,
28-
ListState,
29-
PriorityQueueState,
30-
AggregatingState,
31-
ReducingState,
32-
KeyedListStateFactory,
33-
KeyedValueStateFactory,
34-
KeyedMapStateFactory,
35-
KeyedPriorityQueueStateFactory,
36-
KeyedAggregatingStateFactory,
37-
KeyedReducingStateFactory,
38-
)
24+
import fs_api_advanced
3925

4026

4127
_DRIVER: Optional[FSProcessorDriver] = None

0 commit comments

Comments
 (0)