fix missing imports
This commit is contained in:
parent
30025ba081
commit
0c1954c9d1
1 changed files with 2 additions and 4 deletions
|
|
@ -9,10 +9,8 @@ from pprint import pformat
|
|||
|
||||
from ..error import DeviceLibraryError
|
||||
from ..library import Library
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from ..builder import Device
|
||||
from .. import Pattern
|
||||
from ..builder import Device
|
||||
from .. import Pattern
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue