Skip to content

Commit

Permalink
complete
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Feb 6, 2024
1 parent eb2c3bd commit 78a53e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions mati/resources/verifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ class Verification(Resource):

def __post_init__(self):
docs = []
self.steps = [
Liveness._from_dict(step)
for step in self.steps
if step['id'] == 'liveness'
]
self.steps = [Liveness._from_dict(step) for step in self.steps]
for doc in self.documents:
doc['steps'] = [
VerificationDocumentStep._from_dict(step)
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.dev3'
__version__ = '2.0.6.dev4'

0 comments on commit 78a53e0

Please sign in to comment.