Skip to content
Snippets Groups Projects
Commit e2bac8b8 authored by Patrick Godwin's avatar Patrick Godwin Committed by Patrick Godwin
Browse files

stream.py: remove unused import

parent 6bed8cbb
No related branches found
No related tags found
1 merge request!55Add high-level Stream API to build GStreamer pipelines
......@@ -39,11 +39,6 @@ from gstlal import pipeio
from gstlal import simplehandler
from gstlal.utilities.element_registry import ElementRegistry
try:
from gstlal import lloidparts
except ImportError:
# TODO create dummy module that returns a raise Error on __getattr__
lloidparts = None
SourceElem = namedtuple("SourceElem", "datasource is_live gps_range state_vector dq_vector")
Buffer = namedtuple("Buffer", "name t0 duration data caps")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment