Skip to content

Commit

Permalink
remove unused imports in ibl test (#2939)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin authored May 30, 2024
1 parent ff25b20 commit 9a12ac9
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 9a12ac9

Please sign in to comment.