mirror of
https://github.com/beetbox/beets.git
synced 2026-03-28 00:06:51 +01:00
Fix type dep
This commit is contained in:
parent
9f89527001
commit
7d81f58bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
import unittest
|
||||
import uuid
|
||||
from typing import ClassVar
|
||||
from typing import Any, ClassVar
|
||||
from unittest import mock
|
||||
|
||||
import pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue