aboutsummaryrefslogtreecommitdiffstats
path: root/beetsplug/__init__.py
diff options
context:
space:
mode:
authorWolfgang Müller2024-09-16 19:58:21 +0200
committerWolfgang Müller2024-09-16 20:48:58 +0200
commitbf3cece9b9de955c1df15bc1335dd96cd36a48c3 (patch)
tree10e24e79c954fa6f46cfd7f3c2bb780698d346f7 /beetsplug/__init__.py
parent7d23c72319812790cd8d44d60d7e1acf653bb74e (diff)
downloadbeets-oriole-bf3cece9b9de955c1df15bc1335dd96cd36a48c3.tar.gz
lint: Format code with Black
Diffstat (limited to '')
-rw-r--r--beetsplug/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/beetsplug/__init__.py b/beetsplug/__init__.py
index 3ad9513..b36383a 100644
--- a/beetsplug/__init__.py
+++ b/beetsplug/__init__.py
@@ -1,2 +1,3 @@
from pkgutil import extend_path
+
__path__ = extend_path(__path__, __name__)