Commit 1e10b29f authored by Grégoire Locqueville's avatar Grégoire Locqueville

Removed a bunch of build warnings

I fixed those warnings that were easy to fix: redundant imports, unused
variables, etc. (I might have missed some though)

The warnings I deliberately left for now are:
* In `Test.API.UpdateList`: Incomplete pattern matching (we would need
  to think a bit about error handling to fix this)
* In `Test.Utils`: `traceShowId` remains in code (we would need to think
  a bit about proper logging to fix this)
parent 9a8cff4c
Pipeline #7095 passed with stages
in 62 minutes and 35 seconds