Remove accidental import

Added in a8c45a803d\#diff-546a80e82a79b4c124d58e0f3f6e9f6cc1def1ec55431c7d2de5b844ab7388c7R20
This commit is contained in:
Yang Su
2020-12-28 07:29:51 -08:00
committed by GitHub
parent 83ffabb56b
commit 0828cdb1df

View File

@@ -17,7 +17,6 @@ import (
// plug in data sources
_ "github.com/mholt/timeliner/datasources/facebook"
_ "github.com/mholt/timeliner/datasources/gmail"
_ "github.com/mholt/timeliner/datasources/googlelocation"
_ "github.com/mholt/timeliner/datasources/googlephotos"
_ "github.com/mholt/timeliner/datasources/instagram"