Skip to content

Commit

Permalink
fix: import annotations from future
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Oct 3, 2024
1 parent ed07e34 commit c841324
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/anemoi/models/layers/attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# nor does it submit to any jurisdiction.
#

from __future__ import annotations

import logging
import math
from typing import Optional
Expand Down

0 comments on commit c841324

Please sign in to comment.