Common: Remove NOOP assignment

This commit is contained in:
Mike Salvatore 2022-07-07 07:45:44 -04:00
parent 907b35990d
commit e76d72e07e
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class CredentialsSchema(Schema):
credential_component_type
]
data["credential_type"] = data["credential_type"]
return credential_component_class(**credential_component_schema.load(data))
@pre_dump