Remove unused import in dvd adapter

This commit is contained in:
Stu Leak 2025-12-09 11:41:07 -05:00
parent 04e6f89323
commit e124fe4d1a

View File

@ -1,9 +1,6 @@
package app
import (
"fmt"
"git.leaktechnologies.dev/stu/VideoTools/internal/convert"
)
import "git.leaktechnologies.dev/stu/VideoTools/internal/convert"
// DVDConvertConfig wraps the convert.convertConfig for DVD-specific operations
// This adapter allows main.go to work with the convert package without refactoring