monetizeio / sqlalchemy-orm-tree

An implementation for SQLAlchemy-based applications of the nested-sets/modified-pre-order-tree-traversal technique for storing hierarchical data in a relational database.
Other
54 stars 10 forks source link

#6 PEP8 / autopep8 #10

Closed tony closed 10 years ago

tony commented 10 years ago

Fixes PEP8 warnings (indentation 3 to 4 spaces, spaces after :.)

tony commented 10 years ago

$ autopep8 w/o aggressive, since that would mess up areas important to preserve (https://github.com/tony/sqlalchemy-orm-tree/commit/821d8105d835f7dc6b3d68d3a4f4c803abc853d6#diff-303e76844bbe6e7ad70f43fed5f46ecbR25)

maaku commented 10 years ago

Unit tests pass. I will assume autopep8 knows what it is doing.