diff options
author | Josh Morman <jmorman@gnuradio.org> | 2021-11-24 12:43:14 -0500 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-11-24 14:41:53 -0500 |
commit | e6f61fba108fb40ad8103ef4fadbe507932695ab (patch) | |
tree | 354a7a48dc48f06f448ff842329074a50b3fca5c /gr-utils/bindtool/core/base.py | |
parent | 1bfc6b439dbcdc467bbbed43a9fd71b49524c348 (diff) |
utils: pep8 formatting
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to 'gr-utils/bindtool/core/base.py')
-rw-r--r-- | gr-utils/bindtool/core/base.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gr-utils/bindtool/core/base.py b/gr-utils/bindtool/core/base.py index f7e713f034..24213a25a5 100644 --- a/gr-utils/bindtool/core/base.py +++ b/gr-utils/bindtool/core/base.py @@ -1,9 +1,8 @@ - class BindTool(object): - + target_bindings = 'pybind11' - + def __init__(self): - pass
\ No newline at end of file + pass |