From 18282f3b46018a10cf4690ab0834d8efe7bd40b0 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Sun, 24 Jul 2022 17:23:17 +0200 Subject: [PATCH] annotation form future allows types on new versions --- xarray_sentinel/sentinel1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xarray_sentinel/sentinel1.py b/xarray_sentinel/sentinel1.py index 3a3284f..e3d1dbd 100644 --- a/xarray_sentinel/sentinel1.py +++ b/xarray_sentinel/sentinel1.py @@ -8,6 +8,7 @@ - Sentinel-1 Product Specification v3.7 27 February 2020 S1-RS-MDA-52-7441 documenting IPF 3.30 https://sentinel.esa.int/documents/247904/1877131/Sentinel-1-Product-Specification """ +from __future__ import annotations import os import warnings