Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server.server_job: Ignore pylint warning
In this particular case, the unittest overrides the mentioned functions with the purpose of mocking it, so it's OK it is there. Therefore, taking another step for a clean pylint quiet run, silence those errors by appending the appropriate comments. Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
- Loading branch information