소스 검색

fix: remove the docstring of _manager._export()

trgiangdo 1 년 전
부모
커밋
6c5ed85830
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      taipy/core/_manager/_manager.py

+ 0 - 3
taipy/core/_manager/_manager.py

@@ -155,9 +155,6 @@ class _Manager(Generic[EntityType]):
 
     @classmethod
     def _export(cls, id: str, folder_path: Union[str, pathlib.Path], **kwargs):
-        """
-        Export an entity.
-        """
         return cls._repository._export(id, folder_path)
 
     @classmethod