Open
Description
Refactor the codebase to PEP8 standard to improve code readability, consistency and maintainability.
File and directory names
- short
- descriptive
- all-lowercase
- underscores can be used in the module name if it improves readability but no other special characters
E.g: DAG-this-is-example.py
-> dag_example.py