fix: remove unused imports (#18269)

pull/18265/head
Yiqun (Ethan) Zhang 2020-05-28 14:39:05 -05:00 committed by GitHub
parent 41156ca646
commit 7125db5e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ package reads
import (
"errors"
"github.com/influxdata/influxdb/v2/storage/reads/datatypes"
"github.com/influxdata/influxdb/v2/tsdb/cursors"
)