From d5dbccd3f95a7256026fc6c387b2fc3cdf82371d Mon Sep 17 00:00:00 2001 From: Eva Khmelinskaya Date: Wed, 17 Jul 2024 21:28:19 -0700 Subject: [PATCH] Linting --- classify-split-extract-workflow/classify-job/config.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/classify-split-extract-workflow/classify-job/config.py b/classify-split-extract-workflow/classify-job/config.py index 843ec5987..46b68853d 100644 --- a/classify-split-extract-workflow/classify-job/config.py +++ b/classify-split-extract-workflow/classify-job/config.py @@ -12,6 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +""" +This module handles the configuration for the workflow. +It includes functionality for loading configurations from Google Cloud Storage (GCS), +retrieving specific configuration elements. +""" + import json import os from typing import Optional, Dict, Any, cast, Tuple