diff --git a/miniscope_io/stream_daq.py b/miniscope_io/stream_daq.py index f0f3ccc9..d482e34b 100644 --- a/miniscope_io/stream_daq.py +++ b/miniscope_io/stream_daq.py @@ -110,7 +110,6 @@ def __init__( raise TypeError( "header_fmt should be an instance of StreamBufferHeaderFormat or a config ID." ) - self.header_fmt = header_fmt self.preamble = self.config.preamble self.terminate: multiprocessing.Event = multiprocessing.Event()