Skip to content

Commit

Permalink
fix: fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Jul 22, 2022
1 parent d597338 commit d705877
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/gdal_helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import subprocess
from typing import List
from typing import List, Optional

from aws_helper import get_bucket_name_from_path, get_credentials, is_s3
from linz_logger import get_log
Expand Down Expand Up @@ -34,7 +34,6 @@ def run_gdal(
command: List[str],
input_file: Optional[str] = None,
output_file: Optional[str] = None,
input_file_index: Optional[int] = None,
) -> "subprocess.CompletedProcess[bytes]":
"""Run the GDAL command. The permissions to access to the input file are applied to the gdal environment.
Expand Down

0 comments on commit d705877

Please sign in to comment.