Skip to content

Commit d6e9b82

Browse files
committed
Linting
1 parent a398a91 commit d6e9b82

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

bio2zarr/bed2zarr.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
import dataclasses
2-
import json
32
import logging
43
import math
5-
import pathlib
6-
import shutil
74
from enum import Enum
85
from typing import Any
96

107
import numcodecs
118
import numpy as np
129
import pandas as pd
1310
import xarray as xr
14-
import zarr
1511

16-
from . import core, provenance
12+
from . import core
1713

1814
logger = logging.getLogger(__name__)
1915

bio2zarr/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def plink2zarr():
595595
def bed2zarr_main(
596596
bed_path,
597597
zarr_path,
598-
records_chunk_size,
598+
records_chunk_size,
599599
verbose,
600600
force,
601601
):

0 commit comments

Comments
 (0)