forked from p15670423/monkey
UT: Remove unused imports from test_node.py
This commit is contained in:
parent
588b740970
commit
0310c737d7
|
@ -1,8 +1,8 @@
|
||||||
from typing import MutableMapping, MutableSequence
|
from typing import MutableSequence
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from monkey_island.cc.models import CommunicationType, MachineID, Node
|
from monkey_island.cc.models import CommunicationType, Node
|
||||||
|
|
||||||
|
|
||||||
def test_constructor():
|
def test_constructor():
|
||||||
|
|
Loading…
Reference in New Issue