Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@fberanizo fberanizo released this 29 Oct 13:27
b49060f
Replaces relative imports by absolute imports (#195)

This was changed because PEP 8 encourages absolute imports:
See https://www.python.org/dev/peps/pep-0008/ for further details.

Also added a instruction to use absolute imports in code-review tips.