diff --git a/monkey/monkey_island/cc/resources/configuration.py b/monkey/monkey_island/cc/resources/configuration.py index ae9b86688..2ec3c095a 100644 --- a/monkey/monkey_island/cc/resources/configuration.py +++ b/monkey/monkey_island/cc/resources/configuration.py @@ -22,8 +22,6 @@ class ResponseContents: import_status: str = ImportStatuses.IMPORTED message: str = "" status_code: int = 200 - config: str = "" - config_schema: str = "" def form_response(self): return self.__dict__