forked from p15670423/monkey
Island: Import TypeAlias from typing_extensions in node.py
This commit is contained in:
parent
fa8a72dc86
commit
d009bc458c
|
@ -1,6 +1,7 @@
|
|||
from typing import Mapping, Tuple, TypeAlias
|
||||
from typing import Mapping, Tuple
|
||||
|
||||
from pydantic import Field
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
from common.base_models import MutableInfectionMonkeyBaseModel
|
||||
|
||||
|
|
Loading…
Reference in New Issue