Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports throughout project | Jon Dufresne | 2018-12-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | Unused imports were discovered using flake8. By removing the unused imports, the code is a bit friendlier to new contributors as it is clearer what is being used and not simply leftover from previous refactoring. The flake8 command: $ flake8 . --select F401 http://flake8.pycqa.org/ | ||||
* | Move src to root | Cengiz Kaygusuz | 2017-11-20 | 1 | -0/+81 |