Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed May 16, 2024
1 parent 0a4a658 commit 3d6e1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/test_create_recording_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
thispath = os.path.dirname(os.path.realpath(__file__))
sys.path.append(os.path.join(thispath, '..'))
from dendro_apps.spikeforestxyz.recording_summary.create_recording_summary import create_recording_summary
from dendro_apps.spikeforestxyz.recording_summary_processor.create_recording_summary import create_recording_summary


def test_create_recording_summary():
Expand Down

0 comments on commit 3d6e1ab

Please sign in to comment.