From e554f6fa2eaab1de76df4e008e7e339d3535d537 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:39:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- xcdat/temporal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcdat/temporal.py b/xcdat/temporal.py index 11a5b0ba..19a43ea1 100644 --- a/xcdat/temporal.py +++ b/xcdat/temporal.py @@ -1,8 +1,8 @@ """Module containing temporal functions.""" from __future__ import annotations -import warnings +import warnings from datetime import datetime from itertools import chain from typing import Dict, List, Literal, Optional, Tuple, TypedDict, Union, get_args