fix: remove unused go import.

This commit is contained in:
Alexandre Pujol 2023-08-17 23:36:46 +01:00
parent 9650df00e3
commit a3f21425e5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 32 additions and 5 deletions

View file

@ -6,7 +6,6 @@ package aa
import (
_ "embed"
"strings"
"text/template"
)