Island: Remove unreferenced AwsEnvironment

This commit is contained in:
Mike Salvatore 2021-11-19 08:38:19 -05:00
parent 5a544c5deb
commit 138e3ecee6
1 changed files with 0 additions and 9 deletions

View File

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