Unverified Commit 64196180 authored by Arash's avatar Arash Committed by mvdbeek
Browse files

Remove TODO comments for ServiceCredentialGroupResponse and UserServiceCredentialsResponse classes

parent 9b0da94b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ class SecretResponse(CredentialResponse):
    ]


# TODO: ServiceCredentialsGroupResponse
class ServiceCredentialGroupResponse(Model):
    id: Annotated[
        EncodedDatabaseIdField,
@@ -98,7 +97,6 @@ class ServiceParameterDefinition(Model):
    ]


# TODO: Rename the class to UserSourceServicesResponse
class UserServiceCredentialsResponse(Model):
    user_id: Annotated[
        EncodedDatabaseIdField,