🎨 Clean code

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-10-25 11:33:10 +08:00
parent 6150e9b7c6
commit a8f56e55e3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -19,7 +19,6 @@ package model
import (
"errors"
"fmt"
"github.com/siyuan-note/siyuan/kernel/task"
"path"
"path/filepath"
"strings"
@ -29,6 +28,7 @@ import (
"github.com/88250/gulu"
"github.com/siyuan-note/logging"
"github.com/siyuan-note/siyuan/kernel/bazaar"
"github.com/siyuan-note/siyuan/kernel/task"
"github.com/siyuan-note/siyuan/kernel/util"
"golang.org/x/mod/semver"
)