File tree Expand file tree Collapse file tree
xcube_multistore/accessors Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import numpy as np
21import xarray as xr
32
43
Original file line number Diff line number Diff line change 1- import numpy as np
21import xarray as xr
32
43
Original file line number Diff line number Diff line change 2020# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121# SOFTWARE.
2222
23- from requests .exceptions import HTTPError
24- from requests .models import Response
2523import unittest
2624from unittest .mock import MagicMock
2725
2826import xarray as xr
27+ from requests .exceptions import HTTPError
28+ from requests .models import Response
2929from xcube .core .store import DataStoreError
3030
3131from xcube_multistore .accessors .cds import CdsAccessor
Original file line number Diff line number Diff line change 2121# SOFTWARE.
2222
2323import datetime
24- from requests .exceptions import HTTPError
2524
2625import xarray as xr
26+ from requests .exceptions import HTTPError
2727from xcube .core .store import DataStoreError
2828
2929from xcube_multistore .accessor import Accessor
You can’t perform that action at this time.
0 commit comments