diff options
author | Wolfgang Müller | 2024-09-16 19:58:21 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-16 20:48:58 +0200 |
commit | bf3cece9b9de955c1df15bc1335dd96cd36a48c3 (patch) | |
tree | 10e24e79c954fa6f46cfd7f3c2bb780698d346f7 /beetsplug/__init__.py | |
parent | 7d23c72319812790cd8d44d60d7e1acf653bb74e (diff) | |
download | beets-oriole-bf3cece9b9de955c1df15bc1335dd96cd36a48c3.tar.gz |
lint: Format code with Black
Diffstat (limited to 'beetsplug/__init__.py')
-rw-r--r-- | beetsplug/__init__.py | 1 |
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__) |