Commit 6fa4438c authored by Cresson Remi's avatar Cresson Remi
Browse files

DOC: fix pylint and flake8 warkings

1 merge request!18Change docstring format
Pipeline #34483 passed with stages
in 2 minutes and 27 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -93,7 +93,7 @@ class Spot67Imagery(Imagery): ...@@ -93,7 +93,7 @@ class Spot67Imagery(Imagery):
"""Spot 6/7 imagery class. """Spot 6/7 imagery class.
This class carry the base image source, which can be radiometrically or geometrically corrected. This class carry the base image source, which can be radiometrically or geometrically corrected.
""" """
def __init__(self, root_scene, reflectance): def __init__(self, root_scene, reflectance):
...@@ -177,7 +177,7 @@ class Spot67Scene(Scene): ...@@ -177,7 +177,7 @@ class Spot67Scene(Scene):
Raises: Raises:
FileNotFoundError: when multiple files are found. FileNotFoundError: when multiple files are found.
""" """
cld_path = utils.get_parent_directory(dimap_file) + "/MASKS" cld_path = utils.get_parent_directory(dimap_file) + "/MASKS"
plist = utils.find_file_in_dir(cld_path, pattern=pattern) plist = utils.find_file_in_dir(cld_path, pattern=pattern)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment