Island: Remove unneeded fields from `ResponseContents` in new configuration resource

This commit is contained in:
Shreya Malviya 2022-06-21 15:09:16 -07:00
parent 63d5330386
commit 32fe7c6a4b
1 changed files with 0 additions and 2 deletions

View File

@ -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__