polifonia-project / facets-search-engine

6 stars 0 forks source link

Improve coding style #27

Open raphaelfournier opened 2 years ago

raphaelfournier commented 2 years ago

Tabs and spaces: there should not be mixed. PEP8 recommends using spaces, 4 of them for each level of indentation (https://peps.python.org/pep-0008/).

try/except blocks should not be used in lieu of if/else (rest/views.py to be improved, at least)