Skip to content
Commit b7108be3 authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

element.py: Silence pylint warning about abstract method



Unfortunately pylint can't understand that we'll always use subclasses
of Element and as such complains of a no-return function (`assemble()`)
having its return value used.  This quietens that warning.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent 4a7206f3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment