Skip to content

Commit 76bbc9c

Browse files
DimitriPapadopoulosFrancescAlted
authored andcommitted
Fix alerts detected by new isort ruff rules
After adding extend-select = ["I"]: run format .
1 parent 05049de commit 76bbc9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/btune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
# https://github.com/Blosc/blosc2_btune/blob/main/README.md
1212
#######################################################################
1313

14+
import blosc2_btune
1415
import numpy as np
1516

1617
import blosc2
17-
import blosc2_btune
1818

1919
nchunks = 10
2020
# Set the compression and decompression parameters, use BTUNE tuner

tests/test_pathlib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# LICENSE file in the root directory of this source tree)
77
#######################################################################
88

9+
import pathlib
10+
911
import numpy as np
1012
import pytest
11-
import pathlib
1213

1314
import blosc2
1415

0 commit comments

Comments
 (0)