Removed pathbytes (lint error)

This commit is contained in:
Sebastian Mohr 2025-05-13 13:05:07 +02:00
parent 68acaa6470
commit ce61ff0006

View file

@ -31,7 +31,7 @@ from beets import autotag, config, dbcore, library, plugins, util
from .state import ImportState
if TYPE_CHECKING:
from .session import ImportSession, PathBytes
from .session import ImportSession
# Global logger.
log = logging.getLogger("beets")