Skip to content

Commit 91f3e66

Browse files
committed
fix: Fix black 26.3.1 formatting changes
Black 26.3.1 reformatting removed blank lines after docstrings at the top of files. This change applies the automatic reformatting to keep the code consistent. Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
1 parent b9e056e commit 91f3e66

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/frequenz/client/dispatch/_internal_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
"""Type wrappers for the generated protobuf messages."""
55

6-
76
from dataclasses import dataclass
87
from datetime import datetime, timedelta
98
from typing import Any, Literal

src/frequenz/client/dispatch/test/_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
66
Useful for testing.
77
"""
8+
89
import logging
910
from dataclasses import dataclass, replace
1011
from datetime import datetime, timezone

src/frequenz/client/dispatch/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
"""Type wrappers for the generated protobuf messages."""
55

6-
76
from dataclasses import dataclass
87
from datetime import datetime, timedelta, timezone
98
from enum import Enum

0 commit comments

Comments
 (0)