diff --git a/scenes/spot.py b/scenes/spot.py
index dda5e55de58d02342cf8511fc18a9685fc6c670b..0a573c5d8c0bd36519ea1f74b570e6b1502e0809 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)