From 9d4f03e10c6eaf902c12e42e8d0206382f98e67d Mon Sep 17 00:00:00 2001 From: Sean Freeman Date: Mon, 6 Jan 2025 11:53:06 -0600 Subject: [PATCH] add another future import --- tobac/tests/test_xarray_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tobac/tests/test_xarray_utils.py b/tobac/tests/test_xarray_utils.py index d34e4f1e..66ffe6aa 100644 --- a/tobac/tests/test_xarray_utils.py +++ b/tobac/tests/test_xarray_utils.py @@ -1,6 +1,8 @@ """Tests for tobac.utils.internal_utils.xarray_utils """ +from __future__ import annotations + from typing import Union import pytest