mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-25 06:03:55 +03:00
474f60fc56
A new Python checker was added to warn about "inconsistent return statements" [1]. A function or a method has inconsistent return statements if it returns both explicit and implicit values. [1] https://pylint.readthedocs.io/en/latest/whatsnew/1.8.html Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>