Commit 63b487bf authored by Remi Cresson's avatar Remi Cresson
Browse files

FIX: typing

1 merge request!46FIX: sentinel sources
Pipeline #38909 passed with stages
in 5 minutes and 51 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -328,7 +328,7 @@ class Sentinel2SceneBase(Scene):
"""
return self.get_file(endswith=f"_{suffix1}_{suffix2}.tif")
def get_10m_bands(self) -> Sentinel22ASource:
def get_10m_bands(self) -> Sentinel2Source:
"""
Returns 10m spacing bands
......@@ -342,7 +342,7 @@ class Sentinel2SceneBase(Scene):
self.band8_file])
return self.source_class(self, concatenate_10m_bands)
def get_20m_bands(self) -> Sentinel22ASource:
def get_20m_bands(self) -> Sentinel2Source:
"""
Returns 20m spacing bands
......
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