diff options
Diffstat (limited to 'grc/core/blocks/dummy.py')
-rw-r--r-- | grc/core/blocks/dummy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/blocks/dummy.py b/grc/core/blocks/dummy.py index 8445073370..75514fc235 100644 --- a/grc/core/blocks/dummy.py +++ b/grc/core/blocks/dummy.py @@ -2,7 +2,7 @@ # This file is part of GNU Radio # # SPDX-License-Identifier: GPL-2.0-or-later -# +# from . import Block, register_build_in |