From 3e831fadc9a3098f421c0119745b718e927b0452 Mon Sep 17 00:00:00 2001 From: tomvothecoder Date: Wed, 2 Oct 2024 11:24:17 -0700 Subject: [PATCH] Add future annotations import to `bounds.py` --- xcdat/bounds.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xcdat/bounds.py b/xcdat/bounds.py index 56b893d1..34b440dc 100644 --- a/xcdat/bounds.py +++ b/xcdat/bounds.py @@ -1,5 +1,7 @@ """Bounds module for functions related to coordinate bounds.""" +from __future__ import annotations + import collections import datetime import warnings