1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: removes unused imports

This commit is contained in:
Amir Raminfar
2025-04-09 15:17:42 -07:00
parent b779998476
commit d22e6f9014
5 changed files with 4 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ import (
"testing"
"github.com/amir20/dozzle/internal/utils"
"github.com/magiconair/properties/assert"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
)