Skip to content

Code improvements

Daniel Lyons requested to merge misc-code-improvements into main

When I started the process, the IntelliJ "Default Inspection" produced 4 errors, 568 warnings and 879 weak warnings. After this MR, we are down to no errors, 338 warnings and 860 weak warnings. Clearly a ways to go.

  1. Remove unused imports (the rest)
  2. Fix errors in docstrings
  3. Replace Response(status=...) with Response(status_code=...) which is more correct.

Merge request reports