Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Feb 20, 2024
1 parent f6b2f2d commit 6d7bf96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
import os
from pathlib import Path

from conftest import data_dir, output_dir

from nidmresults.graph import NIDMResults
from nidmresults.owl.owl_reader import OwlReader
from nidmresults.test.utils import TestResultDataModel

from .conftest import data_dir, output_dir


def return_list_nidm_zip(path: Path) -> list[str]:
return [str(x) for x in path.glob("*.nidm.zip")]
Expand Down

0 comments on commit 6d7bf96

Please sign in to comment.