mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
Removed pathbytes (lint error)
This commit is contained in:
parent
68acaa6470
commit
ce61ff0006
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue