Skip to content

Commit

Permalink
fix: appeasement
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jacombs committed Jul 12, 2023
1 parent 499483d commit 4b32252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gdal/gdal_bands.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def find_band(bands: List[GdalInfoBand], color: str) -> Optional[GdalInfoBand]:
return None


# pylint: disable-msg=too-many-return-statements
def get_gdal_band_offset(file: str, info: Optional[GdalInfo] = None, preset: Optional[str] = None) -> List[str]:
"""Get the banding parameters for a `gdal_translate` command.
Expand Down

0 comments on commit 4b32252

Please sign in to comment.