mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix import
This commit is contained in:
parent
341dc04cab
commit
683bc0e39a
1 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ import typing
|
|||
from typing import (
|
||||
Any,
|
||||
Optional,
|
||||
Tuple,
|
||||
List,
|
||||
Set,
|
||||
Dict,
|
||||
|
|
@ -22,7 +21,7 @@ from typing import (
|
|||
import clique
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from typing import Self, Union, Pattern
|
||||
from typing import Tuple, Self, Union, Pattern
|
||||
|
||||
# Global variable which store attribute definitions by type
|
||||
# - default types are registered on import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue