Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-daxiom committed Aug 9, 2024
1 parent 55116f1 commit 15d74a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strr-api/src/strr_api/requests/RegistrationRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def __init__(self, name, dateOfBirth, details, mailingAddress, socialInsuranceNu

class Document:
"""Document object."""

def __init__(self, fileName: str, fileType: str, fileKey: str):
self.fileName = fileName
self.fileKey = fileKey
Expand Down

0 comments on commit 15d74a3

Please sign in to comment.