diff options
author | Josh Morman <jmorman@gnuradio.org> | 2021-11-24 12:48:20 -0500 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-11-24 14:41:53 -0500 |
commit | 817fc3ce9cdc819a291e76ec324c4e748381f035 (patch) | |
tree | ed00faf5ea2c0f5a8caaba0ce41cd816dd6ca958 /grc/core/params/template_arg.py | |
parent | e776d673aa51b5ef19e16cfb6d22098c0b14a679 (diff) |
grc: pep8 formatting
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to 'grc/core/params/template_arg.py')
-rw-r--r-- | grc/core/params/template_arg.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/core/params/template_arg.py b/grc/core/params/template_arg.py index 7250a71827..53adb740d4 100644 --- a/grc/core/params/template_arg.py +++ b/grc/core/params/template_arg.py @@ -5,7 +5,6 @@ # - class TemplateArg(str): """ A cheetah template argument created from a param. |