Island: Remove NOP PasswordEnvironment

This commit is contained in:
Mike Salvatore 2021-11-19 08:36:59 -05:00
parent 15a3e61ec0
commit 5a544c5deb
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
from monkey_island.cc.environment import Environment
# TODO: We can probably remove these Environment subclasses, but the
# AwsEnvironment class still does something unique in its constructor.
class PasswordEnvironment(Environment):
pass