From 272d38407f0a7460b0e3958a8dfeb71dfb342b3e Mon Sep 17 00:00:00 2001 From: Clayton Smith <argilo@gmail.com> Date: Mon, 12 Oct 2020 16:13:19 -0400 Subject: grc: fix pylint C0303: Trailing whitespace --- grc/core/blocks/embedded_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/core/blocks/embedded_python.py') diff --git a/grc/core/blocks/embedded_python.py b/grc/core/blocks/embedded_python.py index 14535fed10..fe364f9559 100644 --- a/grc/core/blocks/embedded_python.py +++ b/grc/core/blocks/embedded_python.py @@ -2,7 +2,7 @@ # This file is part of GNU Radio # # SPDX-License-Identifier: GPL-2.0-or-later -# +# from ast import literal_eval -- cgit v1.2.3