diff --git a/src/trodes_to_nwb/tests/utils.py b/src/trodes_to_nwb/tests/utils.py index f97acbf..37e8804 100644 --- a/src/trodes_to_nwb/tests/utils.py +++ b/src/trodes_to_nwb/tests/utils.py @@ -1,8 +1,8 @@ """Set the path to the bulk test data dir and copies the yaml/config files there""" + import os -from pathlib import Path import shutil - +from pathlib import Path yaml_path = Path(__file__).resolve().parent / "test_data"