Skip to content

Commit 2706455

Browse files
committed
Drop unneeded ignore marks
1 parent 1ef1cf3 commit 2706455

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/modules/ROOT/examples/merging/tutorial001.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from corva import Api # <.>
2-
from corva import Cache, StreamTimeEvent, stream
1+
from corva import Api, Cache, StreamTimeEvent, stream
32

43

54
# imagine we actually have 3 incoming events with 3 records each

docs/modules/ROOT/examples/merging/tutorial002.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from corva import Api # <.>
2-
from corva import Cache, ScheduledNaturalTimeEvent, scheduled
1+
from corva import Api, Cache, ScheduledNaturalTimeEvent, scheduled
32

43

54
@scheduled(merge_events=True)

0 commit comments

Comments
 (0)