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 181b7f6 commit ebf1673
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions eeglabio/epochs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import logging

import numpy as np
from numpy.core.records import fromarrays
from scipy.io import savemat
Expand Down
1 change: 1 addition & 0 deletions eeglabio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
logger.addHandler(_handler)
logger.propagate = False


def _xyz_cart_to_eeglab_sph(x, y, z):
"""Convert Cartesian coordinates to EEGLAB spherical coordinates.
Expand Down

0 comments on commit ebf1673

Please sign in to comment.