Skip to content

Commit 2f8b949

Browse files
committed
Remove incorrect noqa
1 parent 55b37cb commit 2f8b949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdio/segy/geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def transform(
382382
self,
383383
index_headers: HeaderArray,
384384
grid_overrides: dict[str, bool | int],
385-
template: AbstractDatasetTemplate, # noqa: ARG002
385+
template: AbstractDatasetTemplate,
386386
) -> NDArray:
387387
"""Perform the grid transform."""
388388
self.validate(index_headers, grid_overrides)

0 commit comments

Comments
 (0)