Skip to content

Commit

Permalink
fix: another type annotations import for Python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Jan 12, 2024
1 parent 8b93ad1 commit 29ed193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flexmeasures/data/queries/generic_assets.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing import List, Union, Optional, Dict
from itertools import groupby
from flask_login import current_user
Expand Down

0 comments on commit 29ed193

Please sign in to comment.