Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
image.py flake8 style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof (Chris) Bernat committed Sep 13, 2017
1 parent 9ab2455 commit a121adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cate/util/im/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def pad_tile(tile: Tile, target_tile_size: Size2D, fill_value: float = np.nan) -


LC_STANDARD_NAMES = {'land_cover_lccs algorithmic_confidence', 'land_cover_lccs status_flag', 'land_cover_lccs',
'land_cover_lccs number_of_observations', 'land_cover_lccs status_flag'}
'land_cover_lccs number_of_observations', 'land_cover_lccs status_flag'}


class ImagePyramid:
Expand Down

0 comments on commit a121adf

Please sign in to comment.