Skip to content

Commit

Permalink
Drop unneeded ignore marks
Browse files Browse the repository at this point in the history
  • Loading branch information
corva-alex-s committed Dec 1, 2023
1 parent 1ef1cf3 commit 2706455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/modules/ROOT/examples/merging/tutorial001.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from corva import Api # <.>
from corva import Cache, StreamTimeEvent, stream
from corva import Api, Cache, StreamTimeEvent, stream


# imagine we actually have 3 incoming events with 3 records each
Expand Down
3 changes: 1 addition & 2 deletions docs/modules/ROOT/examples/merging/tutorial002.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from corva import Api # <.>
from corva import Cache, ScheduledNaturalTimeEvent, scheduled
from corva import Api, Cache, ScheduledNaturalTimeEvent, scheduled


@scheduled(merge_events=True)
Expand Down

0 comments on commit 2706455

Please sign in to comment.