Skip to content

Commit

Permalink
format with rudd
Browse files Browse the repository at this point in the history
  • Loading branch information
finloop committed Nov 22, 2023
1 parent 5195d2a commit 0d11168
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chatlib/chatlib/wikijs/loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ def permission_error_filter(item: Page | Exception) -> bool:
return list(filter(permission_error_filter, page_gather_results)) # type: ignore


async def list_all_pages(session: aiohttp.ClientSession, locale: str) -> List[PageListItem]:
async def list_all_pages(
session: aiohttp.ClientSession, locale: str
) -> List[PageListItem]:
"""
List all pages in wiki
Expand Down

0 comments on commit 0d11168

Please sign in to comment.