From c40d71c2e7b15417da6eabca602804f0889dec44 Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Mon, 21 Oct 2024 15:49:48 +0000 Subject: [PATCH] fix: import annotation in tests --- tests/test_ImageCollection.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_ImageCollection.py b/tests/test_ImageCollection.py index 5845d4d8..65eee8f9 100644 --- a/tests/test_ImageCollection.py +++ b/tests/test_ImageCollection.py @@ -1,4 +1,6 @@ """Test the ImageCollection class.""" +from __future__ import annotations + import ee import numpy as np import pytest