m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
305 stars 57 forks source link

remove underscore import on gcs_config.py #191

Closed hirosassa closed 3 years ago

hirosassa commented 3 years ago

What is this PR?

fixes https://github.com/m3dev/gokart/issues/187

I removed underscore function import to reduce risks of destructive change on dependent packages.

Hi-king commented 3 years ago

@hirosassa cool refactoring!