We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1541f commit cbfbdc9Copy full SHA for cbfbdc9
src/frequenz/client/microgrid/_component.py
@@ -2,7 +2,6 @@
2
# Copyright © 2022 Frequenz Energy-as-a-Service GmbH
3
4
"""Defines the components that can be used in a microgrid."""
5
-from __future__ import annotations
6
7
from dataclasses import dataclass
8
from enum import Enum
tests/mock_api.py
@@ -8,8 +8,6 @@
all framework code, as API integration should be highly encapsulated.
9
"""
10
11
12
-
13
import asyncio
14
from collections.abc import Iterable, Iterator
15
from concurrent import futures
0 commit comments