Resolving Linter Issues including: 82/13982/2
authorashishj1729 <jain.ashish@samsung.com>
Thu, 2 Jan 2025 12:40:08 +0000 (18:10 +0530)
committerashishj1729 <jain.ashish@samsung.com>
Fri, 3 Jan 2025 06:08:22 +0000 (11:38 +0530)
commit3ea2bc558caf8b31e951edeff25e20f02481bf00
treea19f9e486e809e6b9a3c83bb91d8a95712e3f1f5
parenta4a7b730d0db3747b93d0197524f9428db75fcb8
Resolving Linter Issues including:
1. Removing Unused Imports
2. Removing Unused Variables
3. Minor Bugfix
4. Handling Deletion Cases during DataExtraction in the async-thread

Change-Id: Iccf5f5819b296497f6e01c943526b71a1242fb5e
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
14 files changed:
trainingmgr/common/trainingmgr_config.py
trainingmgr/common/trainingmgr_operations.py
trainingmgr/common/trainingmgr_util.py
trainingmgr/controller/featuregroup_controller.py
trainingmgr/controller/trainingjob_controller.py
trainingmgr/db/featuregroup_db.py
trainingmgr/db/model_db.py
trainingmgr/db/trainingjob_db.py
trainingmgr/handler/async_handler.py
trainingmgr/models/trainingjob.py
trainingmgr/pipeline/mme_mgr.py
trainingmgr/schemas/trainingjob_schema.py
trainingmgr/service/training_job_service.py
trainingmgr/trainingmgr_main.py