Skip to content

Commit

Permalink
fix: import annotation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Oct 21, 2024
1 parent 80b1bf4 commit c40d71c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_ImageCollection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Test the ImageCollection class."""
from __future__ import annotations

import ee
import numpy as np
import pytest
Expand Down

0 comments on commit c40d71c

Please sign in to comment.