ETM
ETM copied to clipboard
Containerization and import cleanup, code formatting
I prepared Dockerfile that one can run the package in a container for reproducibility. I also removed some unused imports and statements.
black code formatter automatically replaces single quotes with double quotes. I'm not sure if it has a setting not do to that.
see --skip-string-normalization
(or -S for short) via
https://black.readthedocs.io/en/stable/installation_and_usage.html
On Mon, Mar 8, 2021 at 9:40 AM Haluk Dogan [email protected] wrote:
black https://github.com/psf/black code formatter automatically replaces single quotes with double quotes. I'm not sure if it has a setting not do to that.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adjidieng/ETM/pull/28#issuecomment-792799504, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIA7VHTRQH6MC53CX6YDTTCTOVTANCNFSM4YHSQJZQ .