Skip to content

Commit

Permalink
Fix formatting :(
Browse files Browse the repository at this point in the history
  • Loading branch information
jackz314 committed Aug 8, 2022
1 parent ed8e191 commit 37009fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eeglabio/tests/test_epochs.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import random
import string
from os import path as op
from pathlib import Path

import mne
import numpy as np
import pytest
from mne import read_events, pick_types, Epochs, read_epochs_eeglab
from mne.io import read_raw_fif
from numpy.testing import assert_allclose, assert_array_equal
from numpy.testing import assert_allclose

from eeglabio.utils import export_mne_epochs

Expand Down

0 comments on commit 37009fc

Please sign in to comment.