removed unused import for build (#3)

This commit is contained in:
James Tombleson 2022-04-07 14:59:24 -07:00 committed by GitHub
parent 2b959e140c
commit 4a947d89f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import (
"github.com/jtom38/newsbot/collector/routes"
"github.com/jtom38/newsbot/collector/database"
"github.com/jtom38/newsbot/collector/domain/model"
"github.com/jtom38/newsbot/collector/services"
)