removed return statement to fix pylint ’inconsistent-return-statements’
Testing
CI passing, lint version changes only.
Issues
fixes #343
For discussion: I’ve disabled warnings for ‘keyword-arg-before-vararg’. If we want to enable this warning, it would require re-working the error module and making changes to all exception calls.
What
Fix pylint issues and have code rated 10/10.
How
Testing
CI passing, lint version changes only.
Issues
fixes #343
For discussion: I’ve disabled warnings for ‘keyword-arg-before-vararg’. If we want to enable this warning, it would require re-working the
error
module and making changes to all exception calls.