Skip to content

Commit

Permalink
fix: Fixed modern python Mapping import
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubukimaru committed Feb 4, 2024
1 parent 6aff412 commit bc8e326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mopidy_cd/cdrom.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

import musicbrainzngs

from collections import Mapping, namedtuple
from collections.abc import Mapping
from collections import namedtuple
from datetime import timedelta

from mopidy.audio.scan import Scanner
Expand Down

0 comments on commit bc8e326

Please sign in to comment.