Skip to content

Commit fb3bda8

Browse files
authored
Merge pull request #3980 from alejoe91/fix-openephys-warnings
Fix double definition of openephys warnings
2 parents bb884e4 + 3c8222f commit fb3bda8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/spikeinterface/extractors/neoextractors/openephys.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ def __init__(
160160
):
161161

162162
if load_sync_channel:
163-
import warnings
164-
165163
warning_message = (
166164
"OpenEphysBinaryRecordingExtractor: load_sync_channel is deprecated and will"
167165
"be removed in version 0.104, use the stream_name or stream_id to load the sync stream if needed"

0 commit comments

Comments
 (0)