Skip to content

Commit cbfbdc9

Browse files
committed
Remove unnecessary import future
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1e1541f commit cbfbdc9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/frequenz/client/microgrid/_component.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Copyright © 2022 Frequenz Energy-as-a-Service GmbH
33

44
"""Defines the components that can be used in a microgrid."""
5-
from __future__ import annotations
65

76
from dataclasses import dataclass
87
from enum import Enum

tests/mock_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
all framework code, as API integration should be highly encapsulated.
99
"""
1010

11-
from __future__ import annotations
12-
1311
import asyncio
1412
from collections.abc import Iterable, Iterator
1513
from concurrent import futures

0 commit comments

Comments
 (0)