Remove unused AnnotatedModel interface

This commit is contained in:
Deluan
2021-08-01 11:12:32 -04:00
parent c831dc4cdf
commit aa1571e074
4 changed files with 0 additions and 16 deletions
-4
View File
@@ -53,7 +53,3 @@ type ArtistRepository interface {
GetIndex() (ArtistIndexes, error)
AnnotatedRepository
}
func (a Artist) GetAnnotations() Annotations {
return a.Annotations
}