forked from p15670423/monkey
Island: Remove unneeded fields from `ResponseContents` in new configuration resource
This commit is contained in:
parent
63d5330386
commit
32fe7c6a4b
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue