diff options
author | Josh Morman <jmorman@gnuradio.org> | 2021-11-24 12:41:17 -0500 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-11-24 14:41:53 -0500 |
commit | 1bfc6b439dbcdc467bbbed43a9fd71b49524c348 (patch) | |
tree | 92701a454c32e87295ba69796efa858e51eb76ff /gr-uhd/python/uhd/qa_uhd.py | |
parent | de184bd22f98b714bc2f383d59126cd2510374fe (diff) |
uhd: pep8 formatting
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to 'gr-uhd/python/uhd/qa_uhd.py')
-rw-r--r-- | gr-uhd/python/uhd/qa_uhd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/python/uhd/qa_uhd.py b/gr-uhd/python/uhd/qa_uhd.py index 65b50d794b..c8fb65c144 100644 --- a/gr-uhd/python/uhd/qa_uhd.py +++ b/gr-uhd/python/uhd/qa_uhd.py @@ -12,6 +12,7 @@ gr-uhd sanity checking from gnuradio import gr, gr_unittest, uhd + class test_uhd(gr_unittest.TestCase): def setUp(self): |