Skip to content

Commit 7234c1f

Browse files
committed
misc: removed unused import
1 parent 5be744a commit 7234c1f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dropbox.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88

99
"github.com/dropbox/dropbox-sdk-go-unofficial/dropbox"
1010
"github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/files"
11-
"github.com/minio/minio-go"
1211
)
1312

1413
type DropboxWatcher struct {
@@ -19,7 +18,6 @@ type DropboxWatcher struct {
1918
ticker *time.Ticker
2019
stop chan bool
2120
config *DropboxConfiguration
22-
client *minio.Client
2321
cache map[string]*DropboxObject
2422
}
2523

0 commit comments

Comments
 (0)