Skip to content
Snippets Groups Projects

sink.py: fixed CacheEntry import

Merged Stefano Schmidt requested to merge fix_sink.py into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,7 +8,8 @@ import threading
from typing import Tuple
import numpy
from lal import LIGOTimeGPS, CacheEntry
from lal import LIGOTimeGPS
from lal.utils import CacheEntry
from ligo import segments
import gi
Loading