chore: format

pull/20/head
yupix 2 years ago
parent a77cc5ca8a
commit 82250c43a5
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -366,10 +366,10 @@ class NoteActions:
*,
all: bool = False
) -> AsyncIterator[Note]:
if (limit > 100):
if limit > 100:
raise ParameterError('limit は100以下である必要があります')
async def request(body) -> list[Note]:
res: list[INote] = await self.__session.request(
Route('POST', '/api/notes'), lower=True, auth=True, json=body

Loading…
Cancel
Save