Fix goimports lint issue

This commit is contained in:
Kloon ImKloon 2024-03-30 14:18:38 +01:00
parent e6577041f1
commit f4b3d54052
No known key found for this signature in database
GPG Key ID: CCF1C86A995C5B6A

View File

@ -6,6 +6,7 @@ import (
"strings" "strings"
"github.com/asticode/go-astisub" "github.com/asticode/go-astisub"
"github.com/filebrowser/filebrowser/v2/files" "github.com/filebrowser/filebrowser/v2/files"
) )