diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-27 16:47:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-27 14:47:01 +0100 |
| commit | d3f981148e78c0dd31d35063f3407530278aa3a1 (patch) | |
| tree | cc0843a4111a305caee80895b8a647ea99e9c2a2 /changelogs | |
| parent | 80035465ca7345e9ba5aae8e6d49cf536bd75aa0 (diff) | |
| download | vyos.vyos-d3f981148e78c0dd31d35063f3407530278aa3a1.tar.gz vyos.vyos-d3f981148e78c0dd31d35063f3407530278aa3a1.zip | |
T8512: fix isort import ordering violations (#454)
* T8512: fix isort import ordering violations
* T8512: add changelog fragment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/fragments/T8512-isort-fix.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/T8512-isort-fix.yml b/changelogs/fragments/T8512-isort-fix.yml new file mode 100644 index 00000000..5209017c --- /dev/null +++ b/changelogs/fragments/T8512-isort-fix.yml @@ -0,0 +1,3 @@ +--- +trivial: + - Fix isort import ordering violations across module_utils to satisfy pre-commit checks. |
