mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added missing imports
This commit is contained in:
parent
124cf7b6f6
commit
3e37f6ef15
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import collections
|
|||
import inspect
|
||||
from contextlib import contextmanager
|
||||
import typing
|
||||
from typing import Optional, Iterable, Dict
|
||||
from typing import Optional, Iterable, Dict, Any, Callable
|
||||
|
||||
import pyblish.logic
|
||||
import pyblish.api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue