1 parent 61a7bb2 commit 0e7479bCopy full SHA for 0e7479b
2 files changed
src/frequenz/client/reporting/__init__.py
@@ -6,7 +6,6 @@
6
This package provides a low-level interface for interacting with the reporting API.
7
"""
8
9
-
10
from ._client import ReportingApiClient
11
12
__all__ = ["ReportingApiClient"]
tests/test_client_reporting.py
@@ -2,6 +2,7 @@
2
# Copyright © 2024 Frequenz Energy-as-a-Service GmbH
3
4
"""Tests for the frequenz.client.reporting package."""
5
+
from unittest.mock import MagicMock, patch
import pytest
0 commit comments