thiesgehrmann / proteny

A tool to analyze synteny at the protein level.
14 stars 3 forks source link

Python doesn't require semi-colons #1

Closed rnowling closed 7 years ago

rnowling commented 9 years ago

Very nice software!

Style note: Python doesn't require semi-colons to end lines -- it's actually considered bad practice.

Please see the Python style guide. The Pylint tool may be useful.