Remove unused `set_deployment()` in `monkey_island/cc/environment/__init__.py`

This commit is contained in:
Shreya 2021-05-05 18:59:18 +05:30
parent 8c97f32fbc
commit edff2c5c08
1 changed files with 0 additions and 3 deletions

View File

@ -118,9 +118,6 @@ class Environment(object, metaclass=ABCMeta):
deployment = self._config.deployment
return deployment
def set_deployment(self, deployment: str):
self._config.deployment = deployment
@property
def mongo_db_name(self):
return self._MONGO_DB_NAME