Skip to content

Commit

Permalink
fix: 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 4859be7 commit 8b93ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flexmeasures/data/queries/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing import List, Optional, Type, Tuple, Union
from datetime import datetime, timedelta

Expand Down

0 comments on commit 8b93ad1

Please sign in to comment.