BrianGallew / cassandra_range_repair

python script to repair the primary range of a node in N discrete steps
MIT License
109 stars 47 forks source link

refactor: use PEP8 for class names #40

Closed JensRantil closed 8 years ago

JensRantil commented 8 years ago

See https://www.python.org/dev/peps/pep-0008/#class-names. Simply did a search'n'replace.

What do you think of this?