Skip to content

Commit 82cc45f

Browse files
style: auto-format with black and isort
1 parent 3779133 commit 82cc45f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/create_sequence_data.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import shutil
2-
from contextlib import contextmanager, closing
2+
from contextlib import closing, contextmanager
33
from pathlib import Path
4-
from experanto.interpolators import Interpolator
54

65
import numpy as np
76
import yaml
87

8+
from experanto.interpolators import Interpolator
9+
910
SEQUENCE_ROOT = Path("tests/sequence_data")
1011

1112

0 commit comments

Comments
 (0)