coala / corobo

A bot to help newcomers onboard OS projects! It's awesome!
MIT License
66 stars 103 forks source link

plugins/coatils.py: Remove empty `__init__` #601

Closed jayvdb closed 6 years ago

jayvdb commented 6 years ago

The __init__ in this module only invokes super, which will happen anyway if the __init__ is removed.

This is medium importance because we do not want any plugin to be using __init__, as they should be using activate. (c.f. https://github.com/coala/corobo/pull/577)