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

@ -367,7 +367,7 @@ class NoteActions:
all: bool = False
) -> AsyncIterator[Note]:
if (limit > 100):
if limit > 100:
raise ParameterError('limit は100以下である必要があります')
async def request(body) -> list[Note]:

Loading…
Cancel
Save