style: reorder imports to follow go conventions

This commit is contained in:
2026-04-20 15:55:31 +02:00
parent 6df8788749
commit 89f4ebbdb0
6 changed files with 7 additions and 7 deletions

View File

@@ -7,8 +7,8 @@ import (
"log"
"time"
"mal/internal/db"
"mal/integrations/jikan"
"mal/internal/db"
)
type Worker struct {