diff --git a/internal/app/dvd_adapter.go b/internal/app/dvd_adapter.go index a3c0721..444a671 100644 --- a/internal/app/dvd_adapter.go +++ b/internal/app/dvd_adapter.go @@ -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