fix: linter issue

This commit is contained in:
Aleksandr Bortnikov 2026-03-04 14:20:34 +03:00
parent 25d4f16831
commit dd9fb95b2a

View file

@ -1,11 +1,10 @@
package telegram package telegram
import ( import (
_ "embed"
"fmt" "fmt"
"testing" "testing"
_ "embed"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )