chore(api/libs): Apply ruff format. (#7301)

This commit is contained in:
-LAN-
2024-08-15 17:53:12 +08:00
committed by GitHub
parent d07b2b9915
commit 9414143b5f
15 changed files with 270 additions and 320 deletions

View File

@@ -1,4 +1,3 @@
class InfiniteScrollPagination:
def __init__(self, data, limit, has_more):
self.data = data