OmenApps / django-postgresql-dag

Directed Acyclic Graphs with a variety of methods for both Nodes and Edges, and multiple exports (NetworkX, Pandas, etc). This project is the foundation for a commercial product, so expect regular improvements. PR's and other contributions are welcomed.
Apache License 2.0
41 stars 6 forks source link

Fixing errors uncovered by linting #16

Closed alyjak closed 2 years ago

alyjak commented 2 years ago

I was trying to use the transformations module and ran into some errors, so I went through the project and discovered some errors using pylint and flake8.

With these fixes in place, transformations seems to be working for me.