Skip to content

Commit

Permalink
correct instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Nov 14, 2024
1 parent 2719511 commit 09afede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miniscope_io/stream_daq.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 09afede

Please sign in to comment.