diff --git a/src/folio_data_import/_postgres.py b/src/folio_data_import/_postgres.py index 7ce922b..5220776 100644 --- a/src/folio_data_import/_postgres.py +++ b/src/folio_data_import/_postgres.py @@ -109,7 +109,7 @@ def ssh_tunnel( ) -> Iterator[int]: local_port = _free_port() - proc = subprocess.Popen( + proc = subprocess.Popen( # noqa: S603 [ ssh_path or "ssh", "-N",