UT: Remove unused imports from test_node.py

This commit is contained in:
Mike Salvatore 2022-09-07 11:12:30 -04:00
parent 588b740970
commit 0310c737d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
from typing import MutableMapping, MutableSequence
from typing import MutableSequence
import pytest
from monkey_island.cc.models import CommunicationType, MachineID, Node
from monkey_island.cc.models import CommunicationType, Node
def test_constructor():