Skip to content
Snippets Groups Projects
Commit 14d55733 authored by Stefano Schmidt's avatar Stefano Schmidt
Browse files

sink.py: fixed CacheEntry import

parent 47f2b64a
No related branches found
No related tags found
1 merge request!123sink.py: fixed CacheEntry import
Pipeline #315646 passed
...@@ -8,7 +8,8 @@ import threading ...@@ -8,7 +8,8 @@ import threading
from typing import Tuple from typing import Tuple
import numpy import numpy
from lal import LIGOTimeGPS, CacheEntry from lal import LIGOTimeGPS
from lal.utils import CacheEntry
from ligo import segments from ligo import segments
import gi import gi
......
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