Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Dec 2, 2023
1 parent 0077d68 commit 3e2200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beet/library/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
MutableMapping,
Optional,
Protocol,
Sequence,
Set,
Tuple,
Type,
Expand All @@ -60,7 +61,6 @@
)
from zipfile import ZIP_BZIP2, ZIP_DEFLATED, ZIP_LZMA, ZIP_STORED, ZipFile

from git import Sequence
from typing_extensions import Self

from beet.core.container import (
Expand Down

0 comments on commit 3e2200d

Please sign in to comment.