Skip to content

Commit

Permalink
Python back compatibility type-hinting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Jan 18, 2024
1 parent 19b647e commit efd3a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions floris/tools/wind_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

# See https://floris.readthedocs.io for documentation

from __future__ import annotations

from abc import abstractmethod

import matplotlib.cm as cm
Expand Down

0 comments on commit efd3a95

Please sign in to comment.