Skip to content

Commit 5b3b057

Browse files
committed
Reformat using the new black version
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent e7aced8 commit 5b3b057

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/frequenz/core/id.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class CustomNameForId(BaseId, str_prefix="CST", allow_custom_name=True):
6161
```
6262
'''
6363

64-
6564
import logging
6665
from typing import Any, ClassVar, Self, cast
6766

tests/math/test_interval.py

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

44
"""Tests for the collections module."""
55

6-
76
from typing import Self
87

98
import pytest

tests/test_module.py

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

44
"""Tests for the log module."""
55

6-
76
import pytest
87

98
from frequenz.core.module import get_public_module_name

0 commit comments

Comments
 (0)