Skip to content

Commit 60a3535

Browse files
committed
ruff executed
1 parent e54d6d1 commit 60a3535

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

docs/examples/example4/scs4_modify_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import numpy as np
21
import xarray as xr
32

43

examples/example4/scs4_modify_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import numpy as np
21
import xarray as xr
32

43

test/accessors/test_cds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
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
2523
import unittest
2624
from unittest.mock import MagicMock
2725

2826
import xarray as xr
27+
from requests.exceptions import HTTPError
28+
from requests.models import Response
2929
from xcube.core.store import DataStoreError
3030

3131
from xcube_multistore.accessors.cds import CdsAccessor

xcube_multistore/accessors/cds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
# SOFTWARE.
2222

2323
import datetime
24-
from requests.exceptions import HTTPError
2524

2625
import xarray as xr
26+
from requests.exceptions import HTTPError
2727
from xcube.core.store import DataStoreError
2828

2929
from xcube_multistore.accessor import Accessor

0 commit comments

Comments
 (0)