chore: 些細な修正

pull/109/head
yupix 7 months ago
parent 2d457e9db8
commit dc2cf6acd2
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -212,7 +212,6 @@ class SharedUserListActions(SharedPartialUserListActions):
)
return res
async def show(self, for_public: bool = False, *, list_id: str) -> UserList:
"""Show a user list
@ -428,7 +427,6 @@ class SharedUserListActions(SharedPartialUserListActions):
yield i
class ClientUserListActions(SharedUserListActions):
def __init__(
self,

@ -48,7 +48,6 @@ class FavoriteManager(AbstractManager):
お気に入りに対するアクションを行うクラス
"""
return FavoriteActions(
note_id=self.__note_id,
session=self.__session,
client=self.__client,
)

Loading…
Cancel
Save