Fix linter error

This commit is contained in:
Sumner Evans
2020-05-20 07:55:13 -06:00
parent 93f490e045
commit e35c5184a5

View File

@@ -299,7 +299,7 @@ class FilesystemAdapter(CachingAdapter):
self,
query: AlbumSearchQuery,
sort_direction: str = "ascending"
# TODO deal with sort dir here?
# TODO (#208) deal with sort dir here?
) -> Sequence[API.Album]:
strhash = query.strhash()
query_result = models.AlbumQueryResult.get_or_none(