Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent 6c12c23 commit 03ae35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions beetsplug/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Beets plug-in for generating statistics about your music library."""

from pkgutil import extend_path

__version__ = "0.2.0"
Expand Down
1 change: 1 addition & 0 deletions beetsplug/summarize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Summarize library statistics."""

from __future__ import annotations

from collections import OrderedDict
Expand Down

0 comments on commit 03ae35e

Please sign in to comment.