1
0
Fork 0
forked from lthn/LEM

style: remove redundant named import for go-ml

Package declares itself as 'ml', so the named import alias is
unnecessary. Go resolves the package name from the declaration,
not the module path.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-22 18:08:01 +00:00
parent 030003a6db
commit 8532077e46

View file

@ -13,7 +13,7 @@ import (
"time"
"forge.lthn.ai/core/go-i18n/reversal"
ml "forge.lthn.ai/core/go-ml"
"forge.lthn.ai/core/go-ml"
"forge.lthn.ai/core/go-mlx"
)