Skip to content

Commit

Permalink
Fix type hint backward compatibility (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbunt authored May 18, 2024
1 parent 72e873a commit a49d558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions odc/geo/cog/_rio.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"""
Write Cloud Optimized GeoTIFFs from xarrays.
"""
from __future__ import annotations

import warnings
from contextlib import contextmanager
from pathlib import Path
Expand Down

0 comments on commit a49d558

Please sign in to comment.