Skip to content

Commit 0e7479b

Browse files
committed
Minor: fix formatting
Signed-off-by: cwasicki <126617870+cwasicki@users.noreply.github.com>
1 parent 61a7bb2 commit 0e7479b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/frequenz/client/reporting/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
This package provides a low-level interface for interacting with the reporting API.
77
"""
88

9-
109
from ._client import ReportingApiClient
1110

1211
__all__ = ["ReportingApiClient"]

tests/test_client_reporting.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 frequenz.client.reporting package."""
5+
56
from unittest.mock import MagicMock, patch
67

78
import pytest

0 commit comments

Comments
 (0)