Remove unused variable `is_auth` in `monkey_island/cc/services/remote_run_aws.py`

This commit is contained in:
Shreya 2021-05-04 13:17:12 +05:30
parent 9bcaa2ef8e
commit f32e1e0a0f
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ logger = logging.getLogger(__name__)
class RemoteRunAwsService:
aws_instance = None
is_auth = False
def __init__(self):
pass