mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unused import
This commit is contained in:
parent
a80bbfbd57
commit
04daa9306c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import numbers
|
|||
import warnings
|
||||
from string import Formatter
|
||||
import typing
|
||||
from typing import List, Dict, Any, Set, Optional
|
||||
from typing import List, Dict, Any, Set
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from typing import Union
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue