Skip to content

Commit

Permalink
Remove unnecessary import future
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Feb 28, 2024
1 parent 1e1541f commit cbfbdc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/frequenz/client/microgrid/_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Copyright © 2022 Frequenz Energy-as-a-Service GmbH

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

from dataclasses import dataclass
from enum import Enum
Expand Down
2 changes: 0 additions & 2 deletions tests/mock_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
all framework code, as API integration should be highly encapsulated.
"""

from __future__ import annotations

import asyncio
from collections.abc import Iterable, Iterator
from concurrent import futures
Expand Down

0 comments on commit cbfbdc9

Please sign in to comment.