Skip to content

Commit

Permalink
fix: vscode import completion moment
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Dec 2, 2023
1 parent 26fc8c3 commit 4533ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beet/toolchain/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
Literal,
Mapping,
Optional,
Sequence,
Set,
Tuple,
Type,
Expand All @@ -43,7 +44,6 @@
overload,
)

from git import Sequence
from pathspec import PathSpec
from pathspec.patterns.gitwildmatch import GitWildMatchPattern
from pydantic.v1 import BaseModel, validator
Expand Down

0 comments on commit 4533ea9

Please sign in to comment.