Skip to content

Commit 3e9e594

Browse files
committed
Merge branch 'feat-timeseries-split' into experimental
2 parents 44acd3f + 8835fe3 commit 3e9e594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/archive/test_archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
from pyneuroml.archive import (
1515
create_combine_archive,
1616
create_combine_archive_manifest,
17-
get_model_file_list,
1817
)
1918
from pyneuroml.runners import run_jneuroml
19+
from pyneuroml.utils import get_model_file_list
2020
from pyneuroml.utils.misc import chdir
2121

2222
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)