Skip to content

Commit 04f2777

Browse files
Reformat tests with Black 26.1.0
Signed-off-by: Daniel Zullo <daniel.zullo@frequenz.com>
1 parent be0cddc commit 04f2777

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_client.py

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

44
"""Tests for the methods in the client."""
5+
56
import asyncio
67
from dataclasses import dataclass
78
from datetime import datetime, timedelta, timezone

tests/test_validate_decimal_places.py

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

44
"""Tests for the function validating the amount of decimal places."""
5+
56
import unittest
67
from decimal import Decimal
78

0 commit comments

Comments
 (0)