Closed oleg-derevenetz closed 1 month ago
Fix the remaining code smells related to the cases when non-final virtual methods are called from the constructor.
This PR also formats our Python service scripts using black and fixes or disables all warnings found by pylint.
black
pylint
This PR also paraphrases a few lines from #9191.
@oleg-derevenetz , huge thanks for these fixes!
Fix the remaining code smells related to the cases when non-final virtual methods are called from the constructor.
This PR also formats our Python service scripts using
black
and fixes or disables all warnings found bypylint
.This PR also paraphrases a few lines from #9191.