Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
evekhm committed Jul 18, 2024
1 parent 4d76c01 commit d5dbccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions classify-split-extract-workflow/classify-job/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5dbccd

Please sign in to comment.