Skip to content

Commit

Permalink
Fix pre-commit linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
markspec committed May 26, 2023
1 parent 050cea8 commit 6961e1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mdio/segy/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def get_grid_plan( # noqa: C901

if "AutoChannelWrap" in grid_overrides:
trace_qc_count = None
cable_idx = index_names.index("cable")
chan_idx = index_names.index("channel")
if "AutoChannelTraceQC" in grid_overrides:
trace_qc_count = int(grid_overrides["AutoChannelTraceQC"])
unique_cables, cable_chan_min, _cable_chan_max, geom_type = qc_index_headers(
Expand Down

0 comments on commit 6961e1d

Please sign in to comment.