Removing unnecessary type

This commit is contained in:
Deepak Mallubhotla 2021-01-12 18:53:54 -06:00
parent 1c3555d8b7
commit 3648d5a1cc
Signed by: deepak
GPG Key ID: 64BF53A3369104E7

View File

@ -6,14 +6,6 @@ import (
"gitea.deepak.science/deepak/gogmagog/store"
)
type testNotFoundError struct {
error
}
func (t *testNotFoundError) NotFound() bool {
return true
}
func getEmptyModel() *models.Model {
str, _ := store.GetInMemoryStore()
m := models.New(str)