Skip to content

Commit

Permalink
from dict
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Feb 5, 2024
1 parent 61f0dd2 commit 71a3f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mati/resources/verifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __post_init__(self):
VerificationDocumentStep._from_dict(step)
for step in doc['steps']
]
docs.append(VerificationDocument(**doc))
docs.append(VerificationDocument._from_dict(doc))
self.documents = docs

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion mati/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.6.dev1'
__version__ = '2.0.6.dev2'

0 comments on commit 71a3f51

Please sign in to comment.