summaryrefslogtreecommitdiff
path: root/grc/core/blocks
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/blocks')
-rw-r--r--grc/core/blocks/__init__.py2
-rw-r--r--grc/core/blocks/_build.py2
-rw-r--r--grc/core/blocks/_templates.py2
-rw-r--r--grc/core/blocks/dummy.py2
-rw-r--r--grc/core/blocks/embedded_python.py2
-rw-r--r--grc/core/blocks/virtual.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/grc/core/blocks/__init__.py b/grc/core/blocks/__init__.py
index 815df9f311..a80121e8bf 100644
--- a/grc/core/blocks/__init__.py
+++ b/grc/core/blocks/__init__.py
@@ -2,7 +2,7 @@
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-2.0-or-later
-#
+#
from ._flags import Flags
diff --git a/grc/core/blocks/_build.py b/grc/core/blocks/_build.py
index 690f21390f..d037d82a4b 100644
--- a/grc/core/blocks/_build.py
+++ b/grc/core/blocks/_build.py
@@ -2,7 +2,7 @@
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-2.0-or-later
-#
+#
import itertools
diff --git a/grc/core/blocks/_templates.py b/grc/core/blocks/_templates.py
index 7c84d1dbe7..c98e277feb 100644
--- a/grc/core/blocks/_templates.py
+++ b/grc/core/blocks/_templates.py
@@ -2,7 +2,7 @@
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-2.0-or-later
-#
+#
"""
This dict class holds a (shared) cache of compiled mako templates.
These
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
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
diff --git a/grc/core/blocks/virtual.py b/grc/core/blocks/virtual.py
index 18f59f19d6..9d1387dbbb 100644
--- a/grc/core/blocks/virtual.py
+++ b/grc/core/blocks/virtual.py
@@ -2,7 +2,7 @@
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-2.0-or-later
-#
+#
import itertools