Island: Remove unused import from node.py
This commit is contained in:
parent
0310c737d7
commit
fa8a72dc86
|
@ -1,6 +1,6 @@
|
||||||
from typing import Mapping, Tuple, TypeAlias
|
from typing import Mapping, Tuple, TypeAlias
|
||||||
|
|
||||||
from pydantic import Field, validator
|
from pydantic import Field
|
||||||
|
|
||||||
from common.base_models import MutableInfectionMonkeyBaseModel
|
from common.base_models import MutableInfectionMonkeyBaseModel
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue