From 6fa4438c76b8337424d4521291fce0798dd1f529 Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@irstea.fr> Date: Fri, 1 Apr 2022 19:59:43 +0200 Subject: [PATCH] DOC: fix pylint and flake8 warkings --- scenes/spot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenes/spot.py b/scenes/spot.py index dda5e55..0a573c5 100644 --- a/scenes/spot.py +++ b/scenes/spot.py @@ -93,7 +93,7 @@ class Spot67Imagery(Imagery): """Spot 6/7 imagery class. This class carry the base image source, which can be radiometrically or geometrically corrected. - + """ def __init__(self, root_scene, reflectance): @@ -177,7 +177,7 @@ class Spot67Scene(Scene): Raises: FileNotFoundError: when multiple files are found. - + """ cld_path = utils.get_parent_directory(dimap_file) + "/MASKS" plist = utils.find_file_in_dir(cld_path, pattern=pattern) -- GitLab