Skip to content

Commit 5402d6c

Browse files
committed
Fix pre-commit
1 parent 4c681a8 commit 5402d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mdio/segy/_workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def header_scan_worker(
7777
_worker_state: dict[str, object] = {}
7878

7979

80-
def trace_worker_init(
80+
def trace_worker_init( # noqa: PLR0913
8181
segy_file_kwargs: SegyFileArguments,
8282
output_path: str,
8383
storage_options: dict[str, object] | None,

0 commit comments

Comments
 (0)