Island: Import TypeAlias from typing_extensions in node.py

This commit is contained in:
Mike Salvatore 2022-09-07 11:15:07 -04:00
parent fa8a72dc86
commit d009bc458c
1 changed files with 2 additions and 1 deletions

View File

@ -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