Remove unused import in dvd adapter
This commit is contained in:
parent
04e6f89323
commit
e124fe4d1a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user