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 Activities Package
This package contains all Temporal activity implementations for the Laborious system,
including data quality gates, MLFlow operations, OPC server integration, and
database operations.
Activities are the building blocks of workflows and implement the actual business
logic for data processing, ML model inference, and data export operations.
"""