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 3e40056 commit a71c0c6Copy full SHA for a71c0c6
src/frequenz/client/dispatch/test/_service.py
@@ -5,7 +5,6 @@
5
6
Useful for testing.
7
"""
8
-
9
import dataclasses
10
from dataclasses import dataclass
11
from datetime import datetime, timezone
@@ -29,9 +28,8 @@
29
28
from frequenz.api.dispatch.v1.dispatch_pb2 import DispatchUpdateRequest
30
from google.protobuf.empty_pb2 import Empty
31
32
-from frequenz.client.base.conversion import to_datetime as _to_dt
33
34
# pylint: enable=no-name-in-module
+from frequenz.client.base.conversion import to_datetime as _to_dt
35
from frequenz.client.dispatch._internal_types import DispatchCreateRequest
36
from frequenz.client.dispatch.types import Dispatch
37
0 commit comments