Skip to content

Commit

Permalink
Add future annotations import to bounds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Oct 2, 2024
1 parent c65dc22 commit 3e831fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xcdat/bounds.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Bounds module for functions related to coordinate bounds."""

from __future__ import annotations

import collections
import datetime
import warnings
Expand Down

0 comments on commit 3e831fa

Please sign in to comment.