Skip to content

Commit 6d15369

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6b5277f commit 6d15369

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

source/tests/dpa_adapt/test_auto_convert.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
annotations,
66
)
77

8+
from importlib.util import (
9+
find_spec,
10+
)
811
from pathlib import (
912
Path,
1013
)
1114

1215
import pytest
1316

14-
from importlib.util import find_spec
15-
1617
_HAS_RDKIT = find_spec("rdkit") is not None
1718

1819
from dpa_adapt.data.convert import (

source/tests/dpa_adapt/test_validate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def test_list_input_aggregates_across_systems(tmp_path):
183183
from dpa_adapt.data.loader import (
184184
load_data,
185185
)
186+
186187
_make_set_dir(s2_root / "set.000")
187188
s2 = load_data(str(s2_root))[0]
188189
issues = check_data([s1, s2])

0 commit comments

Comments
 (0)