TehMillhouse / PyMarkovChain

Simple markov chain implementation in python
Other
97 stars 17 forks source link

Clean Imports #12

Closed ghost closed 10 years ago

ghost commented 10 years ago

The imports look more neat

asmeurer commented 10 years ago

This module isn't exactly the archetype of PEP 8, but it recommends against this http://legacy.python.org/dev/peps/pep-0008/#imports.

ghost commented 10 years ago

Never mind, I just prefer them this way :smile: