Browse Source

fix: remove the docstring of _manager._export()

trgiangdo 1 năm trước cách đây
mục cha
commit
6c5ed85830
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      taipy/core/_manager/_manager.py

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

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