chore: NoteManagerからcreate_client_note_managerを削除

feat/v13/notes
yupix 10 months ago
parent 6d947f15db
commit 2b0c9a10ac
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -54,9 +54,6 @@ class NoteManager(AbstractManager):
client=self.__client,
) # property側で生成するとcacheが効かなくなる
def create_client_note_manager(self, note_id: str) -> ClientNoteManager:
return ClientNoteManager(note_id=note_id, session=self.__session, client=self.__client)
@property
def action(self) -> NoteActions:
return self.__action

Loading…
Cancel
Save