diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-07-02 15:19:34 +0200 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2020-07-09 00:39:11 -0700 |
commit | a252a2f3d8ff70b9628d097dfcd99ac9935dbe33 (patch) | |
tree | 84a856302ddc056314bf0d4f393f30569421d1fc /mpm/python/usrp_mpm/periph_manager/e320_periphs.py | |
parent | f2f8ca056e04d4c021814c93706a24039821d8b6 (diff) | |
download | uhd-a252a2f3d8ff70b9628d097dfcd99ac9935dbe33.tar.gz uhd-a252a2f3d8ff70b9628d097dfcd99ac9935dbe33.tar.bz2 uhd-a252a2f3d8ff70b9628d097dfcd99ac9935dbe33.zip |
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.
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager/e320_periphs.py')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/e320_periphs.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 - |