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/errors.py | |
parent | e776d673aa51b5ef19e16cfb6d22098c0b14a679 (diff) |
grc: pep8 formatting
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to 'grc/core/errors.py')
-rw-r--r-- | grc/core/errors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/core/errors.py b/grc/core/errors.py index 59f3e0c436..0b9aefccb7 100644 --- a/grc/core/errors.py +++ b/grc/core/errors.py @@ -5,7 +5,6 @@ # - class GRCError(Exception): """Generic error class""" |