models/entities: reformat code

master
Felix Stupp 7 months ago
parent ee0a77ca17
commit 4b448b364d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -324,8 +324,13 @@ class MediaCollectionLink(db.Entity):
)
@staticmethod
def sorted(iterable: Iterable[MediaCollectionLink]) -> List[MediaCollectionLink]:
return sorted(iterable, key=MediaCollectionLink.sort_key)
def sorted(
iterable: Iterable[MediaCollectionLink],
) -> List[MediaCollectionLink]:
return sorted(
iterable,
key=MediaCollectionLink.sort_key,
)
## Media Elements

Loading…
Cancel
Save