forked from p15670423/monkey
Island: Remove unreferenced AwsEnvironment
This commit is contained in:
parent
5a544c5deb
commit
138e3ecee6
|
@ -1,9 +0,0 @@
|
||||||
from common.cloud.aws.aws_instance import AwsInstance
|
|
||||||
from monkey_island.cc.environment import Environment
|
|
||||||
|
|
||||||
|
|
||||||
class AwsEnvironment(Environment):
|
|
||||||
def __init__(self, config):
|
|
||||||
super(AwsEnvironment, self).__init__(config)
|
|
||||||
# Not suppressing error here on purpose. This is critical if we're on AWS env.
|
|
||||||
self.aws_info = AwsInstance()
|
|
Loading…
Reference in New Issue