Skip to content

Commit a550bac

Browse files
committed
Run black to fix the new formatting failures
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 1155b86 commit a550bac

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/frequenz/repo/config/cli/version/mike/sort.py

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

44
"""Sort `mike`'s `version.json` file with a custom order."""
55

6-
76
import json
87
import sys
98
from typing import Any, TextIO

src/frequenz/repo/config/github.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
logging for GitHub Actions.
1515
"""
1616

17-
1817
import logging
1918
import os
2019
import subprocess

src/frequenz/repo/config/mkdocs/mkdocstrings_macros.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def define_env(env: macros.MacrosPlugin) -> None:
108108
```
109109
"""
110110

111-
112111
import logging
113112
from typing import Any
114113

src/frequenz/repo/config/nox/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
modules in this package.
88
"""
99

10-
1110
import pathlib as _pathlib
1211
import tomllib as _tomllib
1312
from collections.abc import Iterable, Mapping

0 commit comments

Comments
 (0)