Skip to content

Commit

Permalink
Fixed import line
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Jun 26, 2023
1 parent d9dcb4f commit dd48ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neuralynx_nwb/compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def expkeys(
in_file="~/.local/share/datalad/vStr_phase_stim/raw/M322/M322-2022-07-22/M322_2022_07_22_Expkeys.m",
):

in_file = os.path.abspath(os.path.expanduser(in_file))

out_dict = {}
Expand Down
2 changes: 1 addition & 1 deletion neuralynx_nwb/newconvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from neuroconv.tools.spikeinterface import write_recording
from spikeinterface.extractors import NeuralynxRecordingExtractor

from compatibility import expkeys
from .compatibility import expkeys

logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)

Expand Down

0 comments on commit dd48ffc

Please sign in to comment.