Skip to content

Commit aa1a481

Browse files
committed
correct imports
1 parent 7a03fa4 commit aa1a481

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/test_bigger_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from activestorage.config import *
1212
from pyfive.core import InvalidHDF5File as InvalidHDF5Err
1313

14-
from . import utils
14+
import utils
1515

1616

1717
@pytest.fixture

tests/test_reductionist_json.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
from .test_bigger_data import save_cl_file_with_a
21
import pyfive
32
from activestorage.active import Active, get_missing_attributes
43
from activestorage.hdf2numcodec import decode_filters
54
import numpy as np
5+
66
from activestorage import reductionist
7+
from test_bigger_data import save_cl_file_with_a
8+
79
import json
810

911
class MockActive:

0 commit comments

Comments
 (0)