Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused imports in ibl test #2939

Merged
merged 2 commits into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/spikeinterface/extractors/tests/test_iblextractors.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from re import escape
from tkinter import ON
from unittest import TestCase

import numpy as np
Expand All @@ -8,8 +7,6 @@
import requests

from spikeinterface.extractors import read_ibl_recording, read_ibl_sorting, IblRecordingExtractor
from spikeinterface.extractors import read_ibl_sorting
from spikeinterface.core import generate_sorting

EID = "e2b845a1-e313-4a08-bc61-a5f662ed295e"
PID = "80f6ffdd-f692-450f-ab19-cd6d45bfd73e"
Expand Down
Loading