We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1155b86 commit a550bacCopy full SHA for a550bac
4 files changed
src/frequenz/repo/config/cli/version/mike/sort.py
@@ -3,7 +3,6 @@
3
4
"""Sort `mike`'s `version.json` file with a custom order."""
5
6
-
7
import json
8
import sys
9
from typing import Any, TextIO
src/frequenz/repo/config/github.py
@@ -14,7 +14,6 @@
14
logging for GitHub Actions.
15
"""
16
17
18
import logging
19
import os
20
import subprocess
src/frequenz/repo/config/mkdocs/mkdocstrings_macros.py
@@ -108,7 +108,6 @@ def define_env(env: macros.MacrosPlugin) -> None:
108
```
109
110
111
112
113
from typing import Any
114
src/frequenz/repo/config/nox/util.py
@@ -7,7 +7,6 @@
modules in this package.
10
11
import pathlib as _pathlib
12
import tomllib as _tomllib
13
from collections.abc import Iterable, Mapping
0 commit comments