fix unused imports
All checks were successful
Tests / tests (pull_request) Successful in 17s

This commit is contained in:
2025-11-13 13:47:41 +00:00
parent 8e2163cce6
commit 7450c0d571

View File

@@ -1,9 +1,5 @@
package internal
import (
"errors"
)
type RecordReader interface {
// ReadRecord should return Records until an error is found.
ReadRecord() (Record, error)