Skip to content

Commit 0a4acff

Browse files
committed
Clean unused imports
1 parent 5e94c42 commit 0a4acff

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/mdio/segy/parsers.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,10 @@
88
from itertools import repeat
99
from math import ceil
1010
from typing import TYPE_CHECKING
11-
from typing import Any
1211

1312
import numpy as np
1413
from psutil import cpu_count
15-
from segy import SegyFile
1614
from 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

2516
from mdio.segy._workers import header_scan_worker
2617

src/mdio/segy/utilities.py

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

1313
from mdio.core import Dimension
1414
from mdio.segy.geometry import GridOverrider
15-
from mdio.segy.parsers import parse_headers
1615

1716
from mdio.segy.checksum import should_calculate_checksum
1817
from mdio.segy.checksum import is_checksum_available

0 commit comments

Comments
 (0)