summaryrefslogtreecommitdiff
path: root/gr-zeromq/python/zeromq/probe_manager.py
diff options
context:
space:
mode:
authorJosh Morman <jmorman@gnuradio.org>2021-11-24 12:46:14 -0500
committermormj <34754695+mormj@users.noreply.github.com>2021-11-24 14:41:53 -0500
commite776d673aa51b5ef19e16cfb6d22098c0b14a679 (patch)
tree04805a8ffdc89d571560db03585f9663ad19d821 /gr-zeromq/python/zeromq/probe_manager.py
parent99c987395704fc99ccea4ccdc30ee4dc14ab1ef3 (diff)
zeromq: pep8 formatting
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to 'gr-zeromq/python/zeromq/probe_manager.py')
-rw-r--r--gr-zeromq/python/zeromq/probe_manager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-zeromq/python/zeromq/probe_manager.py b/gr-zeromq/python/zeromq/probe_manager.py
index 0cdc2c5458..98ee3bb8fb 100644
--- a/gr-zeromq/python/zeromq/probe_manager.py
+++ b/gr-zeromq/python/zeromq/probe_manager.py
@@ -11,6 +11,7 @@ import time
import zmq
import numpy
+
class probe_manager(object):
def __init__(self):
self.zmq_context = zmq.Context()