forked from p15670423/monkey
Remove unused variable `is_auth` in `monkey_island/cc/services/remote_run_aws.py`
This commit is contained in:
parent
9bcaa2ef8e
commit
f32e1e0a0f
|
@ -13,7 +13,6 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
class RemoteRunAwsService:
|
||||
aws_instance = None
|
||||
is_auth = False
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue