SIENTIAPDE-1084

Remove all module docstrings and the versioning information from the Laborious package, activities, utils, and workflows. This cleanup enhances code readability and reduces unnecessary comments in the codebase.
This commit is contained in:
vitor-aignosi
2025-09-01 16:03:03 -03:00
parent f9784b8f3e
commit 844a2e84cf
6 changed files with 0 additions and 121 deletions

View File

@@ -1,10 +0,0 @@
"""
Laborious Workflows Package
This package contains all Temporal workflow definitions for the Laborious system,
including batch prediction workflows, model retraining workflows, and specialized
sub-workflows for data processing and export operations.
Workflows orchestrate the execution of activities and implement the business
process logic for ML model inference and data processing pipelines.
"""