diff options
Diffstat (limited to 'grc/core/generator/FlowGraphProxy.py')
-rw-r--r-- | grc/core/generator/FlowGraphProxy.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/grc/core/generator/FlowGraphProxy.py b/grc/core/generator/FlowGraphProxy.py index 9469cc3728..f39f25d8fe 100644 --- a/grc/core/generator/FlowGraphProxy.py +++ b/grc/core/generator/FlowGraphProxy.py @@ -2,10 +2,8 @@ # This file is part of GNU Radio # # SPDX-License-Identifier: GPL-2.0-or-later -# - +# -from six.moves import range from ..utils import expr_utils from operator import methodcaller, attrgetter |