Skip to content

Fix pylint errors due to changes in v2.6

Adithya Venkateswaran requested to merge fix_pipeline into master

Pylint v2.6/v2.7 removed an old rule (bad-continuation) and added a new rule raise-missing-from, causing the pipeline to fail. This commit/MR fixes that

Signed-off-by: Adithya Venkateswaran adithyav1511@gmail.com

Merge request reports