Skip to content

Commit

Permalink
refactor: import future annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
BENR0 committed Dec 13, 2023
1 parent d70f0ea commit bf32af3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyresample/_formatting_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Functions for html representation of area definition."""

from __future__ import annotations

import uuid
from functools import lru_cache
from html import escape
Expand Down

0 comments on commit bf32af3

Please sign in to comment.