File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88from itertools import repeat
99from math import ceil
1010from typing import TYPE_CHECKING
11- from typing import Any
1211
1312import numpy as np
1413from psutil import cpu_count
15- from segy import SegyFile
1614from tqdm .auto import tqdm
17- from upath import UPath
18-
19- # All imports from the `checksum` module are slated to be removed in the future
20- from mdio .segy .checksum import create_distributed_crc32c
21- from mdio .segy .checksum import finalize_distributed_checksum
22- from mdio .segy .checksum import is_checksum_available
23- from mdio .segy .checksum import should_calculate_checksum
2415
2516from mdio .segy ._workers import header_scan_worker
2617
Original file line number Diff line number Diff line change 1212
1313from mdio .core import Dimension
1414from mdio .segy .geometry import GridOverrider
15- from mdio .segy .parsers import parse_headers
1615
1716from mdio .segy .checksum import should_calculate_checksum
1817from mdio .segy .checksum import is_checksum_available
You can’t perform that action at this time.
0 commit comments