From a252a2f3d8ff70b9628d097dfcd99ac9935dbe33 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 2 Jul 2020 15:19:34 +0200 Subject: mpm: Fix various Pylint issues No functional changes. Fixes for things that PyLint complains about, but are safe to change anyway, as well as a minor improvement to a docstring that referenced non-existant args. This touches files that are mpm.conf-related. --- mpm/python/usrp_mpm/periph_manager/e320_periphs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mpm/python/usrp_mpm/periph_manager/e320_periphs.py') diff --git a/mpm/python/usrp_mpm/periph_manager/e320_periphs.py b/mpm/python/usrp_mpm/periph_manager/e320_periphs.py index 626ee602a..0bda54775 100644 --- a/mpm/python/usrp_mpm/periph_manager/e320_periphs.py +++ b/mpm/python/usrp_mpm/periph_manager/e320_periphs.py @@ -353,4 +353,3 @@ class MboardRegsControl(MboardRegsCommon): else: self.log.trace("RX RF PLL locked") return locked - -- cgit v1.2.3