diff --git a/beat/__init__.py b/beat/__init__.py
index 71f2674e21adb38c7967af653043b066d09ce056..a32755be81bce49a9c78e5b72815cba61f75c035 100644
--- a/beat/__init__.py
+++ b/beat/__init__.py
@@ -27,4 +27,5 @@
 
 # see https://docs.python.org/3/library/pkgutil.html
 from pkgutil import extend_path
+
 __path__ = extend_path(__path__, __name__)
diff --git a/beat/editor/test/__init__.py b/beat/editor/test/__init__.py
index 99a1554aa681ba9408a2c5e415a5c011005aba2d..057f30dbface14b6fa5548be312381ebcb9fa628 100644
--- a/beat/editor/test/__init__.py
+++ b/beat/editor/test/__init__.py
@@ -24,4 +24,3 @@
 # with the BEAT platform. If not, see http://www.gnu.org/licenses/.           #
 #                                                                             #
 ###############################################################################
-