LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
663 stars 58 forks source link

Make try_to_write_to_pickle private #736

Closed dorx closed 2 years ago

dorx commented 2 years ago

Description

Make try_write_to_pickle in api.py a private method as it is not meant to be user-facing.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

pre-commit checks all passed.