Skip to content
Snippets Groups Projects
Commit 68ec9bcf authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

source.py: Quiet several pylint issues with abstract methods


A number of times, abstract methods are called which pylint cannot
possibly understand will only ever happen in subclasses which implement
the abstract methods.  This silences those specific warnings

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent b4645745
No related branches found
No related tags found
1 merge request!892Fix lint issues
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment