Go through all the existing code and cleanup any of the formatting that doesn't comply with PEP8 (there is quite a bit...). This includes adding whatever those tripe quoted strings are called that describe what a function does.
This will make Horizon's code more readable, allowing for easier improvements and features.
Along with this, logging should be modified to properly utilize logging.getLogger, as currently it's not being used correctly.
Go through all the existing code and cleanup any of the formatting that doesn't comply with PEP8 (there is quite a bit...). This includes adding whatever those tripe quoted strings are called that describe what a function does.
This will make Horizon's code more readable, allowing for easier improvements and features.
Along with this, logging should be modified to properly utilize logging.getLogger, as currently it's not being used correctly.