Bilgecrank / hindsite

A SCRUM retrospective tool to empower teams.
GNU General Public License v3.0
1 stars 2 forks source link

Routes update #39

Closed vtestagrossa closed 9 months ago

vtestagrossa commented 9 months ago

Fixed the error I introduced when trying to fix pylint errors. There was a false positive on wrong-import-position in init.py. The blueprint registration requires that import be in the "wrong" position, so it was moved back and steps were taken to try and suppress the error unsuccessfully. I think it has to do with being inline with an import statement, rather than other code.

ANYWAY...Please merge this PR so we can push it to the dev-server.