Skip to content

Commit 25303d0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a69ab24 commit 25303d0

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

ALLCools/_open.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3131
THE SOFTWARE.
3232
"""
33+
3334
import codecs
3435
import gzip
3536
import os

ALLCools/clustering/balanced_pca.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
A class allow user provide fitted model and just transform MCDS to adata with PCs.
55
"""
6+
67
import anndata
78
import joblib
89
import numpy as np

ALLCools/clustering/doublets/coverage_doublets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
1313
"""
1414

15-
1615
import json
1716
import pathlib
1817
from collections import defaultdict

ALLCools/mcds/mcds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def open(
293293
ds = xr.open_dataset(
294294
_final_paths[0],
295295
engine=engine,
296-
**kwargs
296+
**kwargs,
297297
# chunks=chunks # do not apply chunks parameter here, apply in the end
298298
)
299299
else:

0 commit comments

Comments
 (0)