Skip to content

Commit 6ea5b57

Browse files
committed
Fix scope pipeline interface import path
1 parent 8d41753 commit 6ea5b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/app/live/pipelines/scope/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
import asyncio
33

4-
from .interface import Pipeline
4+
from ..interface import Pipeline
55
from ...trickle import VideoFrame, VideoOutput
66

77

0 commit comments

Comments
 (0)