Skip to content

Commit 1ed0dca

Browse files
fix typo
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 96d6a53 commit 1ed0dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
cast,
3030
)
3131

32-
from beets.util.exceptions import HumanReadabaleErrorArgs, HumanReadableError
32+
from beets.util.exceptions import HumanReadableErrorArgs, HumanReadableError
3333
from beets.util.io import (
3434
CHAR_REPLACE,
3535
PATH_SEP,

0 commit comments

Comments
 (0)